0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
default
/
templates
/
[
Home
]
File: browse-footer.tmpl
<?php // -*-html-*- rcs_id('$Id: browse-footer.tmpl,v 1.4 2004/06/14 11:26:52 rurban Exp $'); ?> <hr class="printer" noshade="noshade" /> <p class="editdate"><?= $WikiTheme->getOwnerMessage($page) ?> <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?></p> <?php global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> <hr class="toolbar" noshade="noshade" /> <div class="toolbar"> <?= Template('actionbar') ?> </div> <?php } ?>