]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/body.tmpl
link to CSS validator
[SourceForge/phpwiki.git] / themes / Portland / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.10 2002-02-08 06:20:59 carstenklapp 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 id="xhtml-validator"><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><a href="http://jigsaw.w3.org/css-validator/check/referer"><img
19         border="0"
20         src="http://jigsaw.w3.org/css-validator/images/vcss"
21         alt="Valid CSS!" />
22 </a></div>
23 <?php
24 if (defined('DEBUG')){
25 $t = round(getmicrotime()-$GLOBALS['debugclock'], 3); 
26 echo "<p class=\"debug\">Page Execution took $t seconds</p>";} ?>
27 </body>