nav.inc.php is where i require all the script that i need in my site, some code with Session and:
$tpl->header = $tpl->fetch("header.tpl.php");
$tpl->footer = $tpl->fetch("footer.tpl.php");
edit: well look like that the only way would be to 'require_once' each part of the header and add a $level with '../' to the each path to be able to load all the file