]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/top.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / Sidebar / templates / top.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id$');
3 global $HIDE_TOOLBARS;
4 if (!$HIDE_TOOLBARS) {
5 ?>
6 <!-- The logo -->
7 <div id="logo"><a class="wikilink"
8     href="<?=WikiURL(HOME_PAGE)?>" target="_top"
9     ><img src="<?=$WikiTheme->getImageURL('logo')?>" id="logo-img"
10       border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div>
11 <?php } ?>