Add analytics
[bus.git] / busui / owa / modules / base / templates / wrapper_default.tpl
maxious 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6 <title>Open Web Analytics - <?php echo $page_title;?></title>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8 <?php include($this->getTemplatePath('base','head.tpl'));?>
9 <?php include($this->getTemplatePath('base','css.tpl'));?>
10 </head>
11
12 <body>
13 <style>
14 html {background-color: #F2F2F2;}
15 </style>
16
17 <div class="owa">
18 <?php include($this->getTemplatePath('base', 'header.tpl'));?>
19
20 <?php include($this->getTemplatePath('base', 'msgs.tpl'));?>
21
22 <?php echo $body;?>
23
24 <?php include($this->getTemplatePath('base', 'footer.php'));?>
25 </div>
26 </body>
27
28 </html>