]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/html.tmpl
Fix case to be consistent
[SourceForge/phpwiki.git] / themes / Sidebar / templates / html.tmpl
1 <?php  // -*-php-*-
2 // $Id$
3 /*
4  * This template is responsible mainly for the outer level <html> stuff.
5  */
6 echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n";
7 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
8   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9 <html <?php /* xmlns="http://www.w3.org/1999/xhtml" */ ?> xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>">
10 <?php echo Template('head') ?>
11 <?php echo Template('body') ?>
12 </html>