]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
Fix and refactor FrameInclude plugin (more or less).
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.23 2003-02-26 22:27:16 dairiki Exp $ -->
3
4 <?php if (! $revision->isCurrent()) { ?>
5   <p><strong><?=_("Note:")?></strong>
6      <?=_("You are viewing an old revision of this page.")?>
7   <?= Button('browse', _("View the current version"), $page)?>.
8   </p>
9 <?php } ?>
10
11 <?=$CONTENT?>
12
13 <div id="footer"><!-- for top & bottom toolbars stylesheet -->
14 <?=Template('browse-footer')?>
15 </div>