diff -r c72d6d51f3d3 -r c255196bc447 inc/header.inc.php --- a/inc/header.inc.php Wed Mar 12 20:45:56 2008 +0000 +++ b/inc/header.inc.php Tue Mar 25 22:45:31 2008 +0000 @@ -20,57 +20,57 @@ */ global $STYLE; -?> - - - - <?php echo _('Poweradmin'); ?> - - - -\n"; +echo "\n"; +echo " \n"; +echo " PowerAdmin\n"; +echo " \n"; +echo " \n"; +echo " \n"; + +if(file_exists('inc/custom_header.inc.php')) { include('inc/custom_header.inc.php'); } -?> -

- - - \n"; } -?> -
+echo "
\n";