]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/wikilens/templates/body.tmpl
Use CSS
[SourceForge/phpwiki.git] / themes / wikilens / templates / body.tmpl
1 <body<?php echo $WikiTheme->getMoreAttr('body') ?>>
2
3 <table><tr><td colspan="2" class="header">
4 <div id="header">
5   <?php echo Template('top') ?>
6 </div>
7 </td></tr>
8 <tr class="top"><td class="leftnav" width="120">
9 <div class="toolbar">
10   <?php echo Template('navbar') ?>
11 </div>
12 <hr />
13 <?plugin IncludePage page="LeftbarContent" quiet="true" ?>
14 </td><td class="content">
15
16 <!-- Page title -->
17 <h1><?php echo $HEADER ?>
18 <?php if (!empty($user) && $user->isSignedIn()) {
19   $loader = new WikiPluginLoader();
20   printXML(HTML::Raw("&nbsp;&nbsp;"));
21   printXML($loader->expandPI("<"."?plugin RateIt ?".">", $request, $dbi->_markup));
22 } ?> </h1>
23
24 <div id="content">
25
26 <?php echo $CONTENT ?>
27
28 </div>
29 <?php echo Template('bottom') ?>
30 </td></tr></table>
31 </body>