]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/browse.tmpl
Remove $Id$
[SourceForge/phpwiki.git] / themes / blog / 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 <!--{{{ Content-->
12 <div id="content" class="narrowcolumn">
13
14 <?php echo $CONTENT?>
15
16 <!--{{{ Comments-->
17 <div class="comments">
18 </div>
19 <!--}}} Comments-->
20
21 <hr class="printer" noshade="noshade" />
22 <!--}}} Content-->
23 </div>
24
25 <!--{{{ Sidebar-->
26 <?php echo Template('sidebar')?>
27 <!--}}}-->