]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
wrap it into a div content
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: body.tmpl,v 1.35 2004-12-19 18:28:59 rurban Exp $');
3 ?>
4 <body<?= $WikiTheme->getMoreAttr('body') ?>>
5
6 <div id="header">
7   <?= Template('top') ?>
8 </div>
9 <div id="content">
10 <?= $CONTENT ?>
11 </div>
12 <?= Template('bottom') ?>
13 </body>