]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Crao/templates/browse.tmpl
renamed global $Theme to $WikiTheme (gforge nameclash)
[SourceForge/phpwiki.git] / themes / Crao / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.2 2004-06-18 08:40:39 rurban Exp $ -->
3
4 <?php if (! $revision->isCurrent()) { ?>
5   <p><strong><?=_("Note:")?></strong>
6      <?=_("You are viewing an old revision of this page.")?>
7   <?= Button('browse', _("View the current version"), $page)?>.
8   </p>
9 <?php } ?>
10 <?php if (!empty($redirected)) { ?>
11   <p><?= $redirected ?></p>
12 <?php } ?>
13 <?=$CONTENT?>
14
15
16 <div id="revision">
17 <p class="editdate"><?= $WikiTheme->getLastModifiedMessage($revision) ?></p>
18 <?php
19 global $HIDE_TOOLBARS;
20 if (!$HIDE_TOOLBARS) {
21 ?>
22 </div>
23
24
25 <?php } ?>