]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <body<?php echo $WikiTheme->getMoreAttr('body') ?>>
2
3 <div id="header">
4   <?php echo Template('top') ?>
5 </div>
6 <div id="content">
7
8 <?php echo $CONTENT ?>
9
10 </div>
11 <?php echo Template('bottom') ?>
12 </body>