]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/body.tmpl
update blog layout
[SourceForge/phpwiki.git] / themes / blog / templates / body.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: body.tmpl,v 1.4 2005-02-03 08:20:51 rurban Exp $');
3 ?>
4 <body leftmargin="20" topmargin="0" <?= $WikiTheme->getMoreAttr('body') ?>>
5 <!--{{{ Page-->
6 <div id="page">
7 <?= Template('top') ?>
8
9 <?php // $CONTENT includes browse.tmpl ?>
10 <!--{{{ PageTitle-->
11 <div id="pagetitle">
12 <h1 id="pagetitleText"><?= $HEADER ?></h1></div>
13 <!--}}}-->
14
15 <?=$CONTENT?>
16
17 <!--{{{ Footer-->
18 <div id="footer">
19 <?= Template('bottom') ?>
20 <?= Template('browse-footer') ?>
21 </div><!--}}} Footer-->
22
23 </div><!--}}} Page-->
24 </body>