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