0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
default
/
templates
/
[
Home
]
File: body.tmpl
<?php // -*-html-*- rcs_id('$Id: body.tmpl,v 1.36 2006/12/08 07:17:22 rurban Exp $'); ?> <body<?= $WikiTheme->getMoreAttr('body') ?>> <div id="header"> <?= Template('top') ?> </div> <div id="content"> <?= $CONTENT ?> </div> <?= Template('bottom') ?> </body>