]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/body.tmpl
Remove rcs_id
[SourceForge/phpwiki.git] / themes / blog / templates / body.tmpl
1 <?php // -*-php-*-
2 // $Id$
3 ?>
4 <body <?php echo $WikiTheme->getMoreAttr('body') ?>>
5 <!--{{{ Page-->
6 <div id="page">
7 <?php echo Template('top') ?>
8
9 <?php // $CONTENT includes browse.tmpl ?>
10 <!--{{{ PageTitle-->
11 <div id="pagetitle">
12 <h1 id="pagetitleText"><?php echo $HEADER ?></h1></div>
13 <!--}}}-->
14 <div id="bodyContent">
15 <?php echo $CONTENT?>
16 </div>
17
18 <!--{{{ Bottom errors and debugging info-->
19 <div id="bottom">
20 <?php echo Template('bottom') ?>
21 </div>
22 <!--}}}-->
23 <!--{{{ Footer-->
24 <div id="footer">
25 <?php echo Template('browse-footer') ?>
26 </div><!--}}} Footer-->
27
28 </div><!--}}} Page-->
29 </body>