Add analytics
[bus.git] / busui / owa / modules / base / templates / wrapper_wordpress.tpl
maxious 1 <?php include($this->setTemplate('css.tpl'));?>
2
3 <div class="owa">
4
5 <?php include($this->setTemplate('header.tpl'));?>
6
7 <?php include($this->setTemplate('msgs.tpl'));?>
8
9 <?php include($this->setTemplate('head.tpl'));?>
10
11 <?php echo $body;?>
12
13 <?php include($this->getTemplatePath('base', 'footer.php'));?>
14
15 </div>