]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/body.tmpl
new blog theme: Kubrick
[SourceForge/phpwiki.git] / themes / blog / templates / body.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: body.tmpl,v 1.1 2004-12-14 21:30:37 rurban Exp $');
3 ?>
4 <body leftmargin="0" topmargin="0" <?= $WikiTheme->getMoreAttr('body') ?>>
5 <!--{{{ Page-->
6 <div id="page">
7 <?= Template('top') ?>
8
9 <?php // $CONTENT includes browse.tmpl ?>
10 <!--{{{ Content-->
11 <div id="content" class="narrowcolumn">
12 <!--{{{ PageTitle-->
13 <div id="pagetitle">
14 <h1 id="pagetitleText"><?= $HEADER ?></h1></div>
15 <!--}}}-->
16 <?= $CONTENT ?>
17
18 <!--{{{ Comments-->
19 <div class="comments">
20 </div>
21 <!--}}} Comments-->
22
23 <div id="LSResult" style="display: none;"></div>
24
25 <hr class="printer" noshade="noshade" />
26 <small align="center">
27 <?= Template('bottom') ?>
28 </small>
29
30 </div>
31 <!--}}} Content-->
32
33 <!--{{{ Sidebar-->
34 <?=Template('sidebar')?>
35 <!--}}}-->
36
37 <!--{{{ Footer-->
38 <div id="footer">
39 <?= Template('browse-footer') ?>
40 </div><!--}}} Footer-->
41
42 </div><!--}}} Page-->
43 </body>