diff -r a8a21e1c7afa -r c0c445d4a13e punbb/header.php --- a/punbb/header.php Thu Jul 12 01:04:01 2007 -0400 +++ b/punbb/header.php Thu Jul 12 15:00:35 2007 -0400 @@ -58,7 +58,30 @@ // Load the template if (defined('PUN_ADMIN_CONSOLE')) { - $tpl_main = file_get_contents(PUN_ROOT.'include/template/admin.tpl'); + $inner = '
+
+ +
+
+
+ + +
+ + +
+
+ + + + + + + +
+
'; + + $tpl_main = $template->getHeader() . $inner . $template->getFooter(); } else if (defined('PUN_HELP')) {