]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/browse-footer.tmpl
More HTML comment reduction patches by "Klaus-Guenter Leiss"
[SourceForge/phpwiki.git] / themes / default / templates / browse-footer.tmpl
1 <?php // -*-html-*-
2   rcs_id('$Id: browse-footer.tmpl,v 1.2 2003-03-05 21:38:15 dairiki Exp $');
3 ?>
4 <hr class="printer" noshade="noshade" />
5 <p class="editdate"><?= $Theme->getLastModifiedMessage($revision) ?></p>
6 <?php
7 global $HIDE_TOOLBARS;
8 if (!$HIDE_TOOLBARS) {
9 ?>
10 <hr class="toolbar" noshade="noshade" />
11 <div class="toolbar">
12 <?= Template('actionbar') ?>
13 </div>
14 <?php } ?>