]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/html.tmpl
Use CSS
[SourceForge/phpwiki.git] / themes / Sidebar / templates / html.tmpl
1 <?php
2 /*
3  * This template is responsible mainly for the outer level <html> stuff.
4  */
5 ?>
6 <!DOCTYPE html>
7 <html xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>">
8 <?php echo Template('head') ?>
9 <?php echo Template('body') ?>
10 </html>