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