Quote:
Originally Posted by TruthElixirX
I tried doing this, followed all of the instructions but the nav bar just doesn't show up...
Where do I need to put that phrase in the phpinclude_start template exactly as I think this would have something to do with it.
|
Go to your phpinclude_start template and your stock version of the template should look like the one below with the exception of the line that needs to be added at the end/bottom.
// Example of how to include a seperate file:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
eval('$navbar2 = "' . fetch_template('navbar2') . '";');