]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
Changed css class "xhtml-validator" into a css id. IE5 Mac has problems with absolute...
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.14 2002-02-01 19:54:03 carstenklapp Exp $ -->
3 <body>
4
5 <!-- The logo -->
6 <div id="logo"><a class="wikilink" 
7                   href="<?=WikiURL(HomePage)?>"
8                   ><img src="<?=$Theme->getImageURL('logo')?>"
9                         border="0" alt="<?=WIKI_NAME?>: <?=HomePage?>" 
10                         align="right" /></a></div>
11 <div id="navbar">
12 <!-- The top navigation/search bar -->
13 <?= Template('navbar') ?>
14 </div>
15
16 <!-- Page title -->
17 <h1><?=$HEADER?></h1>
18
19 <?= $CONTENT ?>
20
21 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
22 <div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img
23         border="0"
24         src="http://www.w3.org/Icons/valid-xhtml10"
25         alt="Valid XHTML 1.0!" height="31" width="88" />
26 </a></div>
27 </body>