* Fix common menu.

This commit is contained in:
Yagami
2020-08-27 14:25:58 +08:00
parent 21f6b2cdd2
commit b2c73e7a21
3 changed files with 18 additions and 37 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ include 'chosen.html.php';
</div>
</div>
</div>
<?php if(!in_array($app->rawModule, $lang->noMenuModule) || (in_array($app->rawModule, $lang->noMenuModule) && in_array($app->rawMethod, $lang->haveMenuMethod))):?>
<?php if(!in_array($app->rawModule, $lang->noMenuModule)):?>
<div id='subHeader'>
<div class='container'>
<div id="pageNav" class='btn-toolbar'><?php if(isset($lang->modulePageNav)) echo $lang->modulePageNav;?></div>