]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse.tmpl
Remove rcs_id
[SourceForge/phpwiki.git] / themes / default / templates / browse.tmpl
1 <?php // -*-php-*-
2 // $Id$
3 ?>
4
5 <?php if ($revision and !$revision->isCurrent()) { ?>
6   <p><strong><?php echo _("Note:")?></strong>
7      <?php echo _("You are viewing an old revision of this page.")?>
8   <?php echo Button('browse', _("View the current version"), $page)?>.
9   </p>
10 <?php } ?>
11 <?php if (!empty($redirected)) { ?>
12   <p><?php echo $redirected ?></p>
13 <?php } ?>
14
15 <?php echo $CONTENT?>
16
17 <div id="footer"><?php // for top & bottom toolbars stylesheet ?>
18   <?php echo Template('browse-footer')?>
19 </div>