]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/content.tmpl
fixed login, theme selection, UserPreferences.
[SourceForge/phpwiki.git] / themes / default / templates / content.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: content.tmpl,v 1.1 2002-08-23 18:29:34 rurban Exp $ -->
3 <?= $CONTENT ?>
4
5 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
6
7 <?php if (defined('DEBUG')) { ?><?= Template('debug') ?><?php } ?>
8 </body>