]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/wikilens/templates/top.tmpl
Remove rcs_id
[SourceForge/phpwiki.git] / themes / wikilens / templates / top.tmpl
1 <?php // -*-php-*-
2 // $Id$
3 global $HIDE_TOOLBARS;
4 if (!$HIDE_TOOLBARS) { ?>
5 <!-- The logo -->
6 <div id="logo" style="height: 51px; 
7      background-image: url(<?php echo $WikiTheme->getImageURL('splice')?>); background-repeat: repeat-x;"
8 ><a class="wikilink" 
9     href="<?php echo WikiURL(HOME_PAGE)?>"
10     ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" id="logo-img"
11       border="0" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" align="right" /></a>
12 </div>
13 <?php } ?>