0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
blog
/
templates
/
[
Home
]
File: body.tmpl
<?php // -*-html-*- rcs_id('$Id: body.tmpl,v 1.5 2007/01/07 20:20:19 rurban Exp $'); ?> <body leftmargin="20" topmargin="0" <?= $WikiTheme->getMoreAttr('body') ?>> <!--{{{ Page--> <div id="page"> <?= Template('top') ?> <?php // $CONTENT includes browse.tmpl ?> <!--{{{ PageTitle--> <div id="pagetitle"> <h1 id="pagetitleText"><?= $HEADER ?></h1></div> <!--}}}--> <div id="bodyContent"> <?=$CONTENT?> </div> <!--{{{ Bottom errors and debugging info--> <div id="bottom"> <?= Template('bottom') ?> </div> <!--}}}--> <!--{{{ Footer--> <div id="footer"> <?= Template('browse-footer') ?> </div><!--}}} Footer--> </div><!--}}} Page--> </body>