Hi, Yes this is the correct way to do things. As i said, i'm using different styles for the menus links indicating the current page. Suppose my page has one horiontal menu at the top and one vertical menu at the left. In this case, one element of the horizontal menu and one from the vertical menu will be displayed differently from the other elements. So the function that will be inluded will be more complex to handle this. I was just wondering, how other poeple are dealing with that. Of course it is feasable, but i want to do it the best way. I hope the problem i posted is clearer now --- tedd <tedd.sperling@xxxxxxxxx> wrote: > At 9:23 AM -0800 3/8/08, Adil Drissi wrote: > >I'm working on a site that is becoming more and > more > >bigger (containing more links). Now the problem of > >links maintenance arises. An intuitive idea that > i'm > >trying to do right know is calling php functions > that > >will display every part of the site that is > >repetitive. For example left side menu and footer. > For > >the left side menu with static HTML and CSS i'm > >disabling the link to the actual page, like that > the > >user has a visual presentation allowing him to know > >where he is exaclty in the site. This introduces > more > >difficulty for the function that will display the > >menu. So i'm wondering if there is some efficient > way > >of modeling and implementing this. > > > >All suggestions are welcome, and if some part of > the > >problem is not clear enough please feel free to ask > me > >more questions if necessary. > > In all of my pages, I use includes. I have one > include for the > header, one for the footer and one for the > navigation, which is > usually called by the header. > > If something changes in navigation, I change one > file and it's done > throughout the site. > > Look into includes. > > Cheers, > > tedd > > -- > ------- > http://sperling.com http://ancientstones.com > http://earthstones.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php