]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/templates/browse-footer.tmpl
Avoid logos overlapping text in footer
[SourceForge/phpwiki.git] / themes / MonoBook / templates / browse-footer.tmpl
1 <?php // <hr class="printer" noshade="noshade" /> ?>
2     <div class="visualClear"></div>
3     <div id="f-poweredbyico"><a href="http://www.phpwiki.org/"><img src="<?php echo $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div>
4     <ul id="f-list">
5       <li id="f-lastmod"> <?php echo $WikiTheme->getOwnerMessage($page) ?>  <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?> </li>
6           
7       <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>
8 <?php if ($request->_dbi->isWikiPage(_("Copyrights"))) { ?>
9       <?php echo WikiLink(_("Copyrights")) ?>
10 <?php } else { ?>
11       <a class="internal" href="http://www.phpwiki.org/Copyrights" title ="PhpWiki:Copyrights">Copyrights</a>
12 <?php } ?>
13 </b> for details).<br /></li>
14 <?php if ($request->_dbi->isWikiPage(_("About".WIKI_NAME))) { ?>
15       <?php echo WikiLink(_("About".WIKI_NAME)) ?>
16 <?php } else { ?>
17       <li id="f-about"><a href="http://www.phpwiki.org/PhpWiki" title ="PhpWiki:About">About PhpWiki</a></li>
18 <?php } ?>
19       <li id="f-disclaimer">
20 <?php if ($request->_dbi->isWikiPage(_("GeneralDisclaimer"))) { ?>
21       <?php echo WikiLink(_("GeneralDisclaimer")) ?>
22 <?php } else { ?>
23       <a href="http://www.phpwiki.org/GeneralDisclaimer" title ="PhpWiki:Disclaimer">Disclaimer</a>
24 <?php } ?>
25 </li>
26     </ul>
27     <div id="f-copyrightico"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="<?php echo $WikiTheme->getImageURL("gnu-fdl.png") ?>" alt="GNU Free Documentation License" /></a></div>