]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/shamino_com/templates/browse-footer.tmpl
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / shamino_com / templates / browse-footer.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <div class="toolbar">
5 <?php if (empty($GLOBALS['HIDE_TOOLBARS'])) { ?>
6   <?= Template('actionbar') ?>
7   <?= $WikiTheme->getButtonSeparator() ?>
8 <?php } ?>
9   <span class="editdate"><?= $WikiTheme->getOwnerMessage($page) ?>  <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?></span>
10 <br />
11 <a href="<?= PHPWIKI_BASE_URL ?>"><?=WIKI_NAME?></a> created with <a href="http://phpwiki.org/">PhpWiki</a> © 1998-2007 | <?= WikiLink(_("TermsOfUse")) ?>
12 </div>