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

12 lines
480 B
PHP
Executable File

<?php
if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}
include 'm.header.lite.html.php';
?>
<div data-role="header" data-position='fixed'>
<h1><?php echo $app->company->name?></h1>
<?php echo html::a($this->createLink('user', 'logout'), $lang->logout, '', "data-icon='delete' class='ui-btn-right'")?>
<div data-role="navbar" id='mainMenu'>
<?php commonModel::printMainmenu($this->moduleName, $this->methodName)?>
</ul>
</div>