]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/body.tmpl
moved toolbar, customized editpage.
[SourceForge/phpwiki.git] / themes / Portland / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.2 2002-01-19 23:38:47 carstenklapp Exp $ -->
3 <body>
4 <!-- Page title and logo -->
5 <h1><a class="wikilink" 
6        href="<?=WikiURL(_("HomePage"))?>"
7        ><img src="<?=$Theme->getImageURL('logo')?>"
8              border="0" alt="<?=$WIKI_NAME?>: <?=_("HomePage")?>" 
9              align="bottom" /></a> <?=$HEADER?></h1>
10 <?= $CONTENT ?>
11 <?= new WikiTemplate('navbar') ?>
12 <!-- RELATEDPAGES were here. -->
13 <br />
14 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
15 </body>