Files
EasySoft-ZenTaoPMS/module/common/view/m.header.html.php
T
2013-06-18 08:44:23 +00:00

12 lines
307 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">
</div>
</div>
<?php endif;?>
<div data-role="content">