]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Wordpress/templates/browse.tmpl
<?= --> <?php echo
[SourceForge/phpwiki.git] / themes / Wordpress / templates / browse.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4
5 <br class="clear-floats" />
6
7 <?php if ($revision and !$revision->isCurrent()) { ?>
8   <p><strong><?php echo _("Note:")?></strong>
9      <?php echo _("You are viewing an old revision of this page.")?>
10      <?php echo WikiLink($page, 'existing', _("View the current version"))?>.</p>
11   <hr class="ignore" />
12 <?php } ?>
13
14 <?php echo $CONTENT?>
15 <hr />
16 <?php echo Template('actionbar') ?>
17 <!-- The bottom navigation/search bar -->