]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <body<?= $WikiTheme->getMoreAttr('body') ?>>
5
6 <div id="header">
7   <?= Template('top') ?>
8 </div>
9 <div id="content">
10
11 <?= $CONTENT ?>
12
13 </div>
14 <?= Template('bottom') ?>
15 </body>