]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/templates/body.tmpl
Do not show message "You are viewing an old revision of this page." when reverting
[SourceForge/phpwiki.git] / themes / blog / templates / body.tmpl
1 <body <?php echo $WikiTheme->getMoreAttr('body') ?>>
2 <!--{{{ Page-->
3 <div id="page">
4 <?php echo Template('top') ?>
5
6 <?php // $CONTENT includes browse.tmpl ?>
7 <!--{{{ PageTitle-->
8 <div id="pagetitle">
9 <h1 id="pagetitleText"><?php echo $HEADER ?></h1></div>
10 <!--}}}-->
11 <div id="bodyContent">
12 <?php echo $CONTENT?>
13 </div>
14
15 <!--{{{ Bottom errors and debugging info-->
16 <div id="bottom">
17 <?php echo Template('bottom') ?>
18 </div>
19 <!--}}}-->
20 <!--{{{ Footer-->
21 <div id="footer">
22 <?php echo Template('browse-footer') ?>
23 </div><!--}}} Footer-->
24
25 </div><!--}}} Page-->
26 </body>