]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/gforge/templates/body.tmpl
Added Gforge theme
[SourceForge/phpwiki.git] / themes / gforge / templates / body.tmpl
1 <table width="100%" cellpadding="0" cellspacing="0">
2 <tr>
3 <td valign="top">
4 <?php
5 global $HIDE_TOOLBARS;
6 if (!$HIDE_TOOLBARS) {
7 ?>
8 <div class="toolpalettes">
9 <div class="toolbar">
10 <?= Template('actionbar') ?>
11 </div>
12 </div>
13 <?php } ?>
14 <div id="content">
15 <h1><?= $HEADER ?></h1>
16 <br />
17 <?= $CONTENT ?>
18 </div>
19 </td>
20 </tr>
21 </table>
22 <?= Template('bottom') ?>