]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/frame-header.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / default / templates / frame-header.tmpl
1 <?php  // -*-html-*-
2 /* $Id$
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>