0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
Crao
/
templates
/
[
Home
]
File: browse.tmpl
<?php // -*-html-*- ?> <!-- $Id: browse.tmpl,v 1.4 2007/01/02 13:29:14 rurban Exp $ --> <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?=_("Note:")?></strong> <?=_("You are viewing an old revision of this page.")?> <?= Button('browse', _("View the current version"), $page)?>. </p> <?php } ?> <?php if (!empty($redirected)) { ?> <p><?= $redirected ?></p> <?php } ?> <?=$CONTENT?> <div id="revision"> <p class="editdate"><?= $WikiTheme->getLastModifiedMessage($revision) ?></p> <?php global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> </div> <?php } ?>