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