?xml version="1.0" encoding="utf-8"?> <?php echo filter($GLOBALS['sitename'] .(isset($pagetitle) ? ' ยป ' . $pagetitle : '')); ?> ' . "\n"; } } ?> > ' . $subtitlehtml . "\n"; } else if (isset($subtitle)) { echo '

' . htmlspecialchars($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"; } ?>