]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/body.tmpl
support edit_toolbar in other themes
[SourceForge/phpwiki.git] / themes / Crao / templates / body.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: body.tmpl,v 1.2 2004-06-03 12:30:38 rurban Exp $');
3 ?>
4 <body<?= $Theme->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="contenu">
11 <?php if (isset($HEADER)) { ?>
12 <!-- Page title -->
13 <h1><?= $HEADER ?></h1>
14 <?php } ?>
15 <?= $CONTENT ?>
16 <?= Template('bottom') ?>
17 </div>
18 <!-- Actionbar -->
19 <?= Template('actionbar') ?>
20 </body>