]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/bottom.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / default / templates / bottom.tmpl
1 <?php // -*-html-*-
2   rcs_id('$Id$');
3 ?>
4 <!-- Add your Disclaimer here -->
5 <?php if (!$WikiTheme->DUMP_MODE) { ?>
6 <?= empty($WARNINGS) ? '' : $WARNINGS ?>
7 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
8 <?php if (defined('DEBUG') and DEBUG & 1) { ?><?= Template('debug') ?><?php } ?>
9 <?php } ?>