]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/templates/body.tmpl
Support to remove all UserPreferences
[SourceForge/phpwiki.git] / themes / Portland / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.16 2004-05-05 13:38:09 rurban Exp $ -->
3 <body<?= $Theme->getMoreAttr('body') ?>>
4 <!-- Page title and logo -->
5 <h1><a class="wikilink" 
6        href="<?=WikiURL(HOME_PAGE)?>"
7        ><img src="<?=$Theme->getImageURL('logo')?>"
8              border="0" alt="<?=fmt(_("%s: %s"), WIKI_NAME, HOME_PAGE) ?>" 
9              align="bottom" /></a> <?=$HEADER?></h1>
10 <?= $CONTENT ?>
11 <?= Template('navbar') ?>
12 <!-- RELATEDPAGES were here. -->
13
14 <?= $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?>
15
16 <?php if (defined('DEBUG') && DEBUG) { ?><?= Template('debug') ?><?php } ?>
17 </body>