Hey all,
I have a website which i am developing at the moment and it has on every page a quick links side menu. (basically just links in a box on the left side).
This website will have ALOT of pages, and rather than changing the links on every page (as they will be different on some pages) i would like to have basically one place where i change them all for the page their with a variable maybe saying if $page == Home then display home links only…something along those lines.
I am just wondering what everyone else has done or if there is a better way to do this maybe database driven as this website will be database driven eventually.
Thanks in advance!!