Hi,
I am trying to create a template that will work in a directory of a site, but the links are causing me trouble. I know that using relative links is faster compared to absolute links.
The problem is all my relative links break when i move the template to a new directory.
I have tried using $_SERVER['DOCUMENT_ROOT'] in the href but that creates an incorrect link.
How can i make realtive links in php from say the doc root?
Thanks,
Chuck