* change for my-story use ajax

* add title for project-index and product-index.
This commit is contained in:
wangyidong
2013-06-28 02:27:23 +00:00
parent 871bc69eff
commit 78a2f85b21
9 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::
include 'm.header.lite.html.php';
?>
<div data-role="header" data-position='fixed'>
<h1><?php echo $app->company->name?></h1>
<h1 style='margin-left:0px;text-align:left'><?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)?>