]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/bottom.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / default / templates / bottom.tmpl
1 <!-- Add your Disclaimer here -->
2 <?php if (!$WikiTheme->DUMP_MODE) { ?>
3 <?php echo empty($WARNINGS) ? '' : $WARNINGS ?>
4 <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
5 <?php if (defined('DEBUG') and DEBUG & 1) { ?><?php echo Template('debug') ?><?php } ?>
6 <?php } ?>