]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/frameset.tmpl
fixed plugin/FrameInclude: missing are the targets at the top, left and bottom frames
[SourceForge/phpwiki.git] / themes / default / templates / frameset.tmpl
1 <?php  // -*-html-*-
2 /* $Id: frameset.tmpl,v 1.2 2002-09-02 12:39:02 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>