0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
Portland
/
templates
/
[
Home
]
File: body.tmpl
<?php // -*-html-*- ?> <!-- $Id: body.tmpl,v 1.17 2004/06/14 11:26:50 rurban Exp $ --> <body<?= $WikiTheme->getMoreAttr('body') ?>> <!-- Page title and logo --> <h1><a class="wikilink" href="<?=WikiURL(HOME_PAGE)?>" ><img src="<?=$WikiTheme->getImageURL('logo')?>" border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="bottom" /></a> <?=$HEADER?></h1> <?= $CONTENT ?> <?= Template('navbar') ?> <!-- RELATEDPAGES were here. --> <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') && DEBUG) { ?><?= Template('debug') ?><?php } ?> </body>