|
In your NPB template, delete the token %incleftnav%,
and replace it with this code:
<?include("navbar.php");?>
You will also need to modify your .htaccess to parse the html pages that
npb generates as PHP
Add this to your .htaccess file
AddType application/x-httpd-php htm html |