]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
renamed global $Theme to $WikiTheme (gforge nameclash)
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: body.tmpl,v 1.34 2004-06-14 11:26:52 rurban Exp $');
3 ?>
4 <body<?= $WikiTheme->getMoreAttr('body') ?>>
5
6 <div id="header"><?php // for top-and-bottom toolbars style sheet ?>
7   <?= Template('top') ?>
8 </div>
9 <?= $CONTENT ?>
10 <?= Template('bottom') ?>
11 </body>