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
--- a/busui/owa/modules/base/templates/wrapper_wordpress.tpl
+++ b/busui/owa/modules/base/templates/wrapper_wordpress.tpl
@@ -1,1 +1,15 @@
-
+<?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>