From a11432db93dbfdb0dbc78e1dd384663439799559 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 23 May 2011 06:53:31 +0200 Subject: first try to implement theming support, which currently does not work at all --- data/templates/top.inc.php | 66 ---------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 data/templates/top.inc.php (limited to 'data/templates/top.inc.php') diff --git a/data/templates/top.inc.php b/data/templates/top.inc.php deleted file mode 100644 index bdd4b1a..0000000 --- a/data/templates/top.inc.php +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - <?php echo filter($GLOBALS['sitename'] .(isset($pagetitle) ? ' ยป ' . $pagetitle : '')); ?> - - - -'; - } -} -?> - - - - - - - - - - - - - - - - - - - -'. $subtitle ."\n"; -} -if(DEBUG_MODE) { - echo '

'. T_('Admins, your installation is in "Debug Mode" ($debugMode = true). To go in "Normal Mode" and hide debugging messages, change $debugMode to false into config.php.') ."

\n"; -} -if (isset($error) && $error!='') { - echo '

'. $error ."

\n"; -} -if (isset($msg) && $msg!='') { - echo '

'. $msg ."

\n"; -} -if (isset($tipMsg) && $tipMsg!='') { - echo '

'. $tipMsg ."

\n"; -} -?> -- cgit v1.3-2-g0d8e