]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/bottom.tmpl
new blog theme: Kubrick
[SourceForge/phpwiki.git] / themes / blog / templates / bottom.tmpl
1 <?php // -*-html-*-
2   rcs_id('$Id: bottom.tmpl,v 1.1 2004-12-14 21:30:37 rurban Exp $');
3 ?>
4 <div id="bottom" style="margin-left: 25px">
5 <!-- Add your Disclaimer here -->
6 <?php if (!$WikiTheme->DUMP_MODE) { ?>
7 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
8 <?php if (defined('DEBUG') and DEBUG & 1) { ?><?= Template('debug') ?><?php } ?>
9 <?php } ?>
10 </div>