Suppose I have in all my files the include function for navigation.php. A file setup with all the links and etc...
Everything in that file is relative... so it links to... home.php and files.php and stuff.php just like that. Searching a single directory.
The same goes for the images... images/pic01.jpg and so on and so forth.
So then...
How would I (or is it possible) to make it dynamic so that if all files in the same directory as the navigation.php file get the same appropriate linking data as files would get if they were in folder/file or folder/folder/file... 1 and 2 level directories outside of it?
And still use relative links?