Add analytics
[bus.git] / busui / owa / modules / base / templates / wrapper_wordpress.tpl
blob:a/busui/owa/modules/base/templates/wrapper_wordpress.tpl -> blob:b/busui/owa/modules/base/templates/wrapper_wordpress.tpl
  <?php include($this->setTemplate('css.tpl'));?>
   
  <div class="owa">
   
  <?php include($this->setTemplate('header.tpl'));?>
   
  <?php include($this->setTemplate('msgs.tpl'));?>
   
  <?php include($this->setTemplate('head.tpl'));?>
   
  <?php echo $body;?>
   
  <?php include($this->getTemplatePath('base', 'footer.php'));?>
   
  </div>