]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/frameset.tmpl
aha, the two missing files for FrameInclude.
[SourceForge/phpwiki.git] / themes / default / templates / frameset.tmpl
1 <?php  // -*-html-*-
2 /* $Id: frameset.tmpl,v 1.1 2002-08-23 18:32:12 rurban Exp $
3  *
4  * This template is called on the FrameInclude plugin.
5  */
6 <?= Template('head') ?>
7 </head>
8 <?= $FRAMESET ?>
9 <NOFRAME>
10   <?= Template('body') ?>
11 </NOFRAME>
12 </html>