Move busui to seperate repository
[bus.git] / wrapper_mediawiki.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <title>Open Web Analytics - <?php echo $page_title;?></title>
7 <?php include($this->setTemplate('css.tpl'));?>
8
9 <?php include($this->setTemplate('head.tpl'));?>
10 </head>
11
12 <body>
13 <!-- <div class="host_app_nav"><img src="<?php echo $this->makeImageLink('mediawiki_icon_50h.jpg');?>" align="absmiddle"> <a href="index.php?title=Special:SpecialPages">Return to your MediaWiki >></a></div> -->
14 <div id="header"><?php include($this->setTemplate('header.tpl'));?></div>
15 <?php include($this->setTemplate('msgs.tpl'));?>
16 <?php echo $body;?>
17 <!-- <div class="host_app_nav"><img src="<?php echo $this->makeImageLink('mediawiki_icon_50h.jpg');?>" align="absmiddle"> <a href="index.php?title=Special:SpecialPages">Return to your MediaWiki >></a></div> -->
18
19 <?php include($this->getTemplatePath('base', 'footer.php'));?>
20 </body>
21 </html>