]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/body.tmpl
fixed target problem for FrameInclude
[SourceForge/phpwiki.git] / themes / default / templates / body.tmpl
1 <?php // -*-html-*- ?>
2 <!-- $Id: body.tmpl,v 1.30 2002-09-02 14:36:58 rurban Exp $ -->
3 <body>
4 <?= Template('top') ?>
5 <?php if (!empty($framesrc)) { ?>
6 <p class="transclusion-title"><?=fmt("Included from %s:",$framesrc)?></p>
7 <div class="transclusion">
8 <?php } ?>
9 <?= $CONTENT ?>
10 <?php if (!empty($framesrc)) { ?>
11 </div>
12 <?php } ?>
13 <?= Template('bottom') ?>
14 </body>