]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/top.tmpl
LANG still broken, working on better locale handling.
[SourceForge/phpwiki.git] / themes / default / templates / top.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: top.tmpl,v 1.18 2002-08-27 21:51:31 rurban Exp $ -->
3 <div id="navbar" class="toolbar">
4 <?php
5 global $HIDE_TOOLBARS;
6 if (!$HIDE_TOOLBARS) {
7 ?>
8 <!-- The top navigation/search bar -->
9 <?= Template('navbar') ?>
10 <?php } ?>
11 <!-- The logo -->
12 <div align="right" id="logo"><a class="wikilink" 
13                   href="<?=WikiURL(HOME_PAGE)?>"
14                   ><img src="<?=$Theme->getImageURL('logo')?>"
15                         border="0" alt="<?=WIKI_NAME?>: <?=HOME_PAGE?>" 
16                         align="right" /></a></div>
17
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 } ?>