]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/body.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / Crao / templates / body.tmpl
1 <body<?php echo $WikiTheme->getMoreAttr('body') ?>>
2 <div id="header"><?php // for top toolbars style sheet ?>
3   <?php echo Template('top') ?>
4 </div>
5 <div class="toolbar"><?php echo Template('navbar') ?></div>
6 <!-- Page content -->
7 <div id="content">
8 <?php if (isset($HEADER)) { ?>
9 <!-- Page title -->
10 <h1><?php echo $HEADER ?></h1>
11 <?php } ?>
12 <?php echo $CONTENT ?>
13 <?php echo Template('bottom') ?>
14 </div>
15 <?php if (isset($revision)) { ?>
16 <!-- Actionbar -->
17 <?php echo Template('actionbar') ?>
18 <?php } ?>
19 </body>