Forum Moderators: phranque
I'm using a global navigation menu, using PHP includes.
My question is:
Most areas of my site are one level down, therefore the navigation links are ../section/page.html
But some areas are more than one level down, which means the links have to be different, e.g. ../../section/page.html
This means I would have to have more than one menu file and use the appropriate one. Obviously its easier to maintain just the one file. Should I use the full links instead, e.g. [mysite.com...] This would mean only having to maintain one file... but are there any downsides? extra bandwidth? search engine issues when crawling the site?
I'm nost sure how other people get around this...