* task #8711, add tabs menu for mdule groups.

This commit is contained in:
Catouse
2020-12-28 08:29:58 +08:00
parent 6b0d4b50ff
commit 5c7acd9d9a
12 changed files with 422 additions and 36 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ $extHookFiles = glob($extHookRule);
if($extHookFiles) foreach($extHookFiles as $extHookFile) include $extHookFile;
?>
</head>
<?php if($this->cookie->hideMenu): ?>
<?php if($this->moduleName == 'index' && $this->methodName == 'index' && $this->cookie->hideMenu): ?>
<body class='menu-hide'>
<?php else: ?>
<body>