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