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