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