]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/browse.tmpl
new blog theme: Kubrick
[SourceForge/phpwiki.git] / themes / blog / templates / browse.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: browse.tmpl,v 1.1 2004-12-14 21:30:37 rurban Exp $');
3 ?>
4
5 <?php if ($revision and !$revision->isCurrent()) { ?>
6   <p><strong><?=_("Note:")?></strong>
7      <?=_("You are viewing an old revision of this page.")?>
8   <?= Button('browse', _("View the current version"), $page)?>.
9   </p>
10 <?php } ?>
11 <?php if (!empty($redirected)) { ?>
12   <p><?= $redirected ?></p>
13 <?php } ?>
14
15 <?=$CONTENT?>