]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Wordpress/templates/body.tmpl
new theme from http://mpickering.homeip.net/phpwiki/index.php/WordPressTheme
[SourceForge/phpwiki.git] / themes / Wordpress / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.1 2004-04-10 08:02:22 rurban Exp $ -->
3 <body>
4
5 <!-- Page title -->
6 <h1 id="header"><?= $HEADER ?></h1>
7
8 <!-- Page title and logo -->
9 <!--
10 <h1><a class="wikilink" 
11        href="<?=WikiURL(HOME_PAGE)?>"
12        ><img src="<?=$Theme->getImageURL('logo')?>"
13              border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" 
14              align="bottom" /></a> <?=$HEADER?></h1>
15 -->
16 <?= $CONTENT ?>
17 <?= Template('navbar') ?>
18 <!-- RELATEDPAGES were here. -->
19
20 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
21
22 </body>