]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/top.tmpl
Cosmetic: move logo up one line to fix collision with body
[SourceForge/phpwiki.git] / themes / default / templates / top.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: top.tmpl,v 1.21 2002-12-31 19:54:07 carstenklapp Exp $ -->
3 <div id="navbar" class="toolbar">
4 <?php
5 global $HIDE_TOOLBARS;
6 if (!$HIDE_TOOLBARS) {
7 ?>
8 <!-- The logo -->
9 <div align="right" id="logo"><a class="wikilink" 
10                   href="<?=WikiURL(HOME_PAGE)?>" target="_top"
11                   ><img src="<?=$Theme->getImageURL('logo')?>"
12                         border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>"
13                         align="right" /></a></div>
14
15 <!-- The top navigation/search bar -->
16 <?= Template('navbar') ?>
17 <?php } ?>
18 <!-- Page title -->
19 <h1><?= $HEADER ?></h1>
20 </div>
21 <?php if ($request->getArg('frame')) { ?>
22 <!-- The included frame url for safety -->
23 <p class="transclusion-title"><?fmt("Included frame from %s",$framesrc)?></p>
24 <?php } ?>