]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/frame-header.tmpl
Fix and refactor FrameInclude plugin (more or less).
[SourceForge/phpwiki.git] / themes / default / templates / frame-header.tmpl
1 <?php  // -*-html-*-
2 /* $Id: frame-header.tmpl,v 1.1 2003-02-26 22:27:17 dairiki Exp $
3  *
4  * This template is responsible mainly for the outer level <html> stuff.
5  */
6 printf("<?xml version=\"1.0\" encoding=\"%s\"?>\n", CHARSET);
7 ?>
8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
9   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
10 <html xmlns="http://www.w3.org/1999/xhtml">
11 <?= Template('head') ?>
12 <body><?= Template('top') ?></body>
13 </html>