]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Wordpress/templates/body.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / Wordpress / templates / body.tmpl
1 <body<?php echo $WikiTheme->getMoreAttr('body') ?>>
2
3 <!-- Page title -->
4 <h1 id="header"><?php echo $HEADER ?></h1>
5
6 <!-- Page title and logo -->
7 <!--
8 <h1><a class="wikilink"
9        href="<?php echo WikiURL(HOME_PAGE)?>"
10        ><img src="<?php echo $WikiTheme->getImageURL('logo')?>"
11              border="0" alt="<?php echo fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>"
12              align="bottom" /></a> <?php echo $HEADER?></h1>
13 -->
14 <?php echo $CONTENT ?>
15 <?php echo Template('navbar') ?>
16 <!-- RELATEDPAGES were here. -->
17
18 <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
19
20 </body>