]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Wordpress/templates/body.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / Wordpress / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id$ -->
3 <body<?= $WikiTheme->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="<?=$WikiTheme->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>