Forum Moderators: coopster
i got a file with the nav sysyem thta i include into all the other pages. how can i make the links so that they will work whether the nav system is included into pages in root or subfolder or sub sub folders.
ive tried putting it like this "/includes/menu.php"
but doesnt work.
thanks for any help
kumar
This will include your nav file and should answer all of your questions.
Within the nav.php file you should always use the full path to the page instead of just the relative path.
[yourdomain.com...]
instead of ../page.php
Hope this helps..
Gadnium