]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/templates/browse-footer.tmpl
renamed global $Theme to $WikiTheme (gforge nameclash)
[SourceForge/phpwiki.git] / themes / MonoBook / templates / browse-footer.tmpl
1 <?php // -*-php-*-
2   rcs_id('$Id: browse-footer.tmpl,v 1.2 2004-06-14 11:26:49 rurban Exp $');
3 ?>
4 <?php // <hr class="printer" noshade="noshade" /> ?>
5     <div class="visualClear"></div>
6       <div id="f-poweredbyico"><a href="http://www.phpwiki.org/"><img src="<?= $WikiTheme->getImageURL("poweredby_phpwiki_82x31.png") ?>" alt="PhpWiki" /></a></div>
7       <div id="f-copyrightico"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="<?= $WikiTheme->getImageURL("gnu-fdl.png") ?>" alt='GNU Free Documentation License' /></a></div>
8       <ul id="f-list">
9         <li id="f-lastmod"> <?= $WikiTheme->getOwnerMessage($page) ?>  <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?> </li>
10           
11         <li id="f-copyright">All text is available under the terms of the <a class='internal' href='http://www.gnu.org/copyleft/fdl.html'>GNU Free Documentation License</a> (see <b>
12 <?php if ($request->_dbi->isWikiPage(_("Copyrights"))) { ?>
13       <?= WikiLink(_("Copyrights")) ?>
14 <?php } else { ?>
15       <a class="internal" href="http://www.phpwiki.org/Copyrights" title ="PhpWiki:Copyrights">Copyrights</a>
16 <?php } ?>
17 </b> for details).<br /></li>
18 <?php if ($request->_dbi->isWikiPage(_("About".WIKI_NAME))) { ?>
19       <?= WikiLink(_("About".WIKI_NAME)) ?>
20 <?php } else { ?>
21       <li id="f-about"><a href="http://www.phpwiki.org/PhpWiki" title ="PhpWiki:About">About PhpWiki</a></li>
22 <?php } ?>
23       <li id="f-disclaimer">
24 <?php if ($request->_dbi->isWikiPage(_("GeneralDisclaimer"))) { ?>
25       <?= WikiLink(_("GeneralDisclaimer")) ?>
26 <?php } else { ?>
27       <a href="http://www.phpwiki.org/GeneralDisclaimer" title ="PhpWiki:Disclaimer">Disclaimer</a>
28 <?php } ?>
29 </li>
30       </ul>
31   </div>