]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/browse.tmpl
The enclosing <div> for the content is now generated automatically according to the...
[SourceForge/phpwiki.git] / themes / Portland / templates / browse.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: browse.tmpl,v 1.5 2002-02-19 01:32:37 carstenklapp Exp $ -->
3 <?php
4 ?>
5
6 <div class="br"><br clear="all" class="ignore" /></div>
7
8 <?php if (! $revision->isCurrent()) { ?>
9   <p><strong><?=_("Note:")?></strong>
10      <?=_("You are viewing an old revision of this page.")?>
11      <?= WikiLink($page, 'existing', _("View the current version"))?>.</p>
12   <hr class="ignore" />
13 <?php } ?>
14
15 <?=$CONTENT?>
16 <hr />
17 <?= Template('actionbar') ?>
18 <!-- The bottom navigation/search bar -->