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