]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/top.tmpl
wide logo
[SourceForge/phpwiki.git] / themes / Sidebar / templates / top.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: top.tmpl,v 1.1 2004-03-26 03:45:44 rurban Exp $');
3
4 global $HIDE_TOOLBARS;
5 if (!$HIDE_TOOLBARS) {
6 ?>
7 <!-- The logo -->
8 <div id="logo"><a class="wikilink" 
9     href="<?=WikiURL(HOME_PAGE)?>" target="_top"
10     ><img src="<?=$Theme->getImageURL('logo')?>" id="logo-img"
11       border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div>
12
13 <!-- The top navigation/search bar -->
14 <div class="toolbar"><?= Template('navbar') ?></div>
15 <?php } ?>
16
17 <!-- Page title -->
18 <h1><?= $HEADER ?></h1>