]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/templates/html.tmpl
Allow bold, italics or underlined for numbers
[SourceForge/phpwiki.git] / themes / default / 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>