]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/frameset.tmpl
fixed target problem for FrameInclude
[SourceForge/phpwiki.git] / themes / default / templates / frameset.tmpl
1 <?php  // -*-html-*-
2 /* $Id: frameset.tmpl,v 1.3 2002-09-02 14:36:59 rurban Exp $
3  *
4  * This template is used for the FrameInclude plugin.
5  */ ?>
6 <?= Template('head') ?>
7 <?=$FRAMESET?>
8 <NOFRAME>
9   <?= Template('body') ?>
10 </NOFRAME>
11 </html>