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