Files
EasySoft-ZenTaoPMS/module/common/view/m.header.html.php
2013-06-19 07:21:15 +00:00

14 lines
386 B
PHP
Executable File

<?php
if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}
include 'm.header.lite.html.php';
?>
<?php if(empty($_GET['onlybody']) or $_GET['onlybody'] != 'yes'):?>
<div data-role="header">
<div data-role="navbar">
<?php commonModel::printMainmenu($this->moduleName, $this->methodName)?>
</ul>
</div>
</div>
<?php endif;?>
<div data-role="content">