]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/top.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / default / templates / top.tmpl
1 <?php
2 global $HIDE_TOOLBARS;
3 if (!$HIDE_TOOLBARS) {
4 ?>
5 <!-- The logo -->
6 <div id="logo"><a class="wikilink" 
7     href="<?php echo WikiURL(HOME_PAGE)?>"
8     ><img src="<?php echo $WikiTheme->getImageURL('logo')?>" id="logo-img"
9       alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" /></a></div>
10 <!-- The top navigation/search bar -->
11 <div class="toolbar">
12   <?php echo Template('navbar') ?>
13   </div>
14 <?php } ?>
15
16 <!-- Page title -->
17 <h1><?php echo $HEADER ?></h1>