You see, there's the problem; Don't I have to add full URL or ../ to point to the next higher folder (rootfolder)? Here's the thing:
My forum is under localhost.no/forum and my header file (included on all of the sites on the domain) is in the rootfolder; localhost.no. (I suppose most of the advanced php builders knows phpBB 😉 , When, then adding an including function in overall_header.tpl for the forum I would have to point to either ../header.php or http://www.localhost.no/header.php wouldn't I?
And there we are... again! 🙂
My pages are in 795px width with a 150px wide menu on left side. This menu is located in header.php and when adding the header to the forum, I need full width (795px) for it to be tidy enough. The forum gets far to messy on 545px width!!! The menu is inside an if function determining if $nomenu is true or false. Standard is false in the general config file.
I want a way to tell header.php to turn off the menus.