0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
MonoBook
/
templates
/
[
Home
]
File: body.tmpl
<?php // -*-html-*- rcs_id('$Id: body.tmpl,v 1.7 2007/03/18 17:36:05 rurban Exp $'); // Todo: set the body attr dynamically. here class="ns-2" for mozilla ?> <body <?= $WikiTheme->getMoreAttr('body') ?>> <div id="global-wrapper"> <div id="column-content"> <div id="content"> <?= Template('top') ?> <div id="bodyContent"> <?= $CONTENT ?> <!-- end content --> <div class="visualClear"></div> </div> </div> <?php if (empty($NOSIGNIN)) { ?> <?= Template('signin') ?> <?php } ?> <?= Template('logo') ?> </div> <div id="column-one"> <?= Template('navbar') ?> <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?> <?= Template('actionbar') ?> <?= Template('tags') ?> <?php } ?> </div> <div id="footer"><?php // for top & bottom toolbars stylesheet ?> <?= Template('browse-footer') ?> </div> <div id="bottom"> <?= Template('bottom') ?> </div> </div> </body>