]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/body.tmpl
New constant in config.php 'HomePage' as _("HomePage"), to make it easier to rename...
[SourceForge/phpwiki.git] / themes / Portland / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.6 2002-01-27 22:00:57 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 class="xhtml-validator"><a href="http://validator.w3.org/check?uri=<?= str_replace("https:", "http:", BASE_URL) . $page->getName() ?>"><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>