]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/body.tmpl
Added XHTML validation button for easy testing.
[SourceForge/phpwiki.git] / themes / Portland / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.4 2002-01-24 21:17:10 dairiki 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 <?= Template('navbar') ?>
12 <!-- RELATEDPAGES were here. -->
13 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
14 <div><a href="http://validator.w3.org/check/referer"><img
15         border="0"
16         src="http://www.w3.org/Icons/valid-xhtml10"
17         alt="Valid XHTML 1.0!" height="31" width="88" />
18 </a></div>
19 </body>