]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/body.tmpl
fix RecentChanges links
[SourceForge/phpwiki.git] / themes / blog / templates / body.tmpl
1 <?php // -*-html-*-
2 rcs_id('$Id: body.tmpl,v 1.2 2004-12-15 17:47:32 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 </div>
27 <!--}}} Content-->
28
29 <!--{{{ Sidebar-->
30 <?=Template('sidebar')?>
31 <!--}}}-->
32
33 <!--{{{ Footer-->
34 <div id="footer">
35 <?= Template('bottom') ?>
36 <?= Template('browse-footer') ?>
37 </div><!--}}} Footer-->
38
39 </div><!--}}} Page-->
40 </body>