For your question in IRC:
If you want the Navbar to be displayed, replace
PHP Code:
<?php
error_reporting(7);
require("./global.php");
with
PHP Code:
<?php
error_reporting(7);
require("./global.php");
// Make first part of Chat Nav Bar
$nav_url="";
$nav_title="Chat";
eval('$navbits = "'.gettemplate('nav_linkoff').'";');
eval('$navbar = "'.gettemplate("navbar").'";');
and Make sure, you restore the code for the navbar in the template.
[Edit:]Hu? What happened to error_reporting(7);? did somebody eat it? o.O"