0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
wikilens
/
templates
/
[
Home
]
File: body.tmpl
<?php // -*-php-*- rcs_id('$Id: body.tmpl,v 1.1 2007/01/21 23:19:52 rurban Exp $'); ?> <body<?= $WikiTheme->getMoreAttr('body') ?>> <table><tr><td colspan="2" class="header"> <div id="header"> <?= Template('top') ?> </div> </td></tr> <tr valign="top"><td class="leftnav" width="120"> <div class="toolbar"> <?= Template('navbar') ?> </div> <hr> <?plugin IncludePage page="LeftbarContent" quiet="true" ?> </td><td class="content"> <!-- Page title --> <h1><?= $HEADER ?> <?php if (!empty($user) && $user->isSignedIn()) { $loader = new WikiPluginLoader(); printXML(HTML::Raw(" ")); printXML($loader->expandPI("<"."?plugin RateIt ?".">", $request, $dbi->_markup)); } ?> </h1> <div id="content"> <?= $CONTENT ?> </div> <?= Template('bottom') ?> </td></tr></table> </body>