* code for task #2994.

This commit is contained in:
wangyidong
2017-05-03 15:53:21 +08:00
parent 099bd94ebb
commit 2c0696ba21
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -24,6 +24,9 @@ if(!empty($this->config->sso->turnon))
?>
<nav id='mainmenu'>
<?php commonModel::printMainmenu($this->moduleName); commonModel::printSearchBox();?>
<?php if(!empty($this->config->sso->turnon)):?>
<div class='pull-right' id='topnav'><?php commonModel::printTopBar();?></div>
<?php endif;?>
</nav>
<nav id="modulemenu">
<?php commonModel::printModuleMenu($this->moduleName);?>