]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Wordpress/templates/body.tmpl
Support to remove all UserPreferences
[SourceForge/phpwiki.git] / themes / Wordpress / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.2 2004-05-05 13:38:09 rurban Exp $ -->
3 <body<?= $Theme->getMoreAttr('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>