0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
MonoBook
/
templates
/
[
Home
]
File: browse.tmpl
<?php // -*-html-*- rcs_id('$Id: browse.tmpl,v 1.1 2006/12/02 13:35:04 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?>