]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/frame-left.tmpl
Use HTML 5 DOCTYPE; force CHARSET=utf-8
[SourceForge/phpwiki.git] / themes / Sidebar / templates / frame-left.tmpl
1 <?php
2 /* 
3  * This template is responsible mainly for the outer level <html> stuff.
4  */
5 ?>
6 <!DOCTYPE>
7 <head>
8 <meta charset="UTF-8" />
9 <?php echo Template('head') ?>
10 <body>
11 <div class="toolbar"><?php echo Template('navbar') ?></div>
12 <div class="toolbar"><?php echo Template('actionbar') ?></div>
13 </body>
14 </html>