13 lines
692 B
PHP
Executable File
13 lines
692 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' style='border-bottom:1px solid #ddd'>
|
|
<?php echo html::a($this->createLink('my', 'index', '', 'html'), $lang->goPC, '', "id='goPC' data-icon='forward' class='ui-btn-left'")?>
|
|
<h1 style='margin-left:0px'><?php echo $app->company->name?></h1>
|
|
<?php echo html::a($this->createLink('user', 'logout'), $lang->logout, '', "id='logout' data-icon='delete' class='ui-btn-right'")?>
|
|
<div data-role="navbar" id='mainMenu'>
|
|
<?php commonModel::printMainmenu($this->moduleName, $this->methodName)?>
|
|
</ul>
|
|
</div>
|