]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
Big Template cleanup and refactor.
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.7 2002-01-24 00:45:28 dairiki Exp $ -->
3 <body>
4
5 <!-- The logo -->
6 <div><a class="wikilink" 
7         href="<?=WikiURL(_("HomePage"))?>"
8         ><img src="<?=$Theme->getImageURL('logo')?>"
9               border="0" alt="<?=WIKI_NAME?>: <?=_("HomePage")?>" 
10               align="right" /></a></div>
11
12 <!-- The top navigation/search bar -->
13 <?= Template('navbar') ?>
14
15 <!-- Page title -->
16 <h1><?=$HEADER?></h1>
17
18 <?= $CONTENT ?>
19 <br />
20 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
21 </body>