]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
LANG still broken, working on better locale handling.
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.29 2002-08-27 21:51:31 rurban Exp $ -->
3 <body>
4 <?= Template('top') ?>
5 <?= $CONTENT ?>
6 <?= Template('bottom') ?>
7 </body>