]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/gforge/templates/bottom.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / gforge / templates / bottom.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <?php if (!$WikiTheme->DUMP_MODE) { ?>
5 <?php if (defined('DEBUG') and DEBUG) { ?>
6 <?= empty($WARNINGS) ? '' : $WARNINGS ?>
7 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
8 <?= Template('debug') ?>
9 <?php } ?>
10 <?php } ?>