Add analytics
[bus.git] / busui / owa / modules / base / templates / wrapper_wordpress.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>