0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
Crao
/
templates
/
[
Home
]
File: browse.tmpl
<?php // -*-php-*- // rcs_id('$Id: browse.tmpl 7589 2010-07-02 07:31:33Z vargenau $'); ?> <?php if ($revision and !$revision->isCurrent()) { ?> <p><strong><?php echo _("Note:")?></strong> <?php echo _("You are viewing an old revision of this page.")?> <?php echo Button('browse', _("View the current version"), $page)?>. </p> <?php } ?> <?php if (!empty($redirected)) { ?> <p><?php echo $redirected ?></p> <?php } ?> <?php echo $CONTENT?> <div id="revision"> <p class="editdate"><?php echo $WikiTheme->getLastModifiedMessage($revision) ?></p> <?php global $HIDE_TOOLBARS; if (!$HIDE_TOOLBARS) { ?> </div> <?php } ?>