]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/body.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / Crao / templates / body.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id$');
3 ?>
4 <body<?= $WikiTheme->getMoreAttr('body') ?>>
5 <div id="header"><?php // for top toolbars style sheet ?>
6   <?= Template('top') ?>
7 </div>
8 <div class="toolbar"><?= Template('navbar') ?></div>
9 <!-- Page content -->
10 <div id="content">
11 <?php if (isset($HEADER)) { ?>
12 <!-- Page title -->
13 <h1><?= $HEADER ?></h1>
14 <?php } ?>
15 <?= $CONTENT ?>
16 <?= Template('bottom') ?>
17 </div>
18 <?php if (isset($revision)) { ?>
19 <!-- Actionbar -->
20 <?= Template('actionbar') ?>
21 <?php } ?>
22 </body>