]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/bottom.tmpl
new DEBUG flag: _DEBUG_LOGIN (64)
[SourceForge/phpwiki.git] / themes / default / templates / bottom.tmpl
1 <?php // -*-html-*-
2   rcs_id('$Id: bottom.tmpl,v 1.5 2004-06-21 16:05:08 rurban Exp $');
3 ?>
4 <!-- Add your Disclaimer here -->
5 <?php if (!$WikiTheme->DUMP_MODE) { ?>
6 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
7 <?php if (defined('DEBUG') and DEBUG & 1) { ?><?= Template('debug') ?><?php } ?>
8 <?php } ?>