]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/templates/frame-left.tmpl
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / themes / Sidebar / templates / frame-left.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>
13 <div class="toolbar"><?= Template('navbar') ?></div>
14 <div class="toolbar"><?= Template('actionbar') ?></div>
15 </body>
16 </html>