]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
Fix and refactor FrameInclude plugin (more or less).
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.31 2003-02-26 22:27:14 dairiki Exp $ -->
3 <body>
4 <div id="header"> <!-- for top&bottom toolbars style sheet -->
5 <?= Template('top') ?>
6 </div>
7 <?= $CONTENT ?>
8 <?= Template('bottom') ?>
9 </body>