I don't know what these codes do in your phpinclude_start file:
Code:
ob_start();
include('yourheader.html');
$your_code = ob_get_contents();
ob_end_clean();
Did you put these commands in there? I have never meesed with these commands. So I don't know if they would interfere with it or not. I would not think so.
I did notices that I put the directions wrong for placing the navbar2 under the current navbar wrong. I have fixed it though. They should read this:
Find:
Code:
<!-- / nav buttons bar -->
Below that add:
One more question. You did create a template called "navbar2" right?