mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-07 19:26:43 +08:00
更新至V1.84,更新内容在笔记中查看
This commit is contained in:
@@ -17,7 +17,7 @@ $op = $_GET['op'];
|
||||
foreach ($oparr as $key => $value) {
|
||||
$leftmenu[$value] = array('title' => lang($value), 'active' => '');
|
||||
if ($value == $op)
|
||||
$leftmenu[$value]['active'] = 'class="active"';
|
||||
$leftmenu[$value]['active'] = 'class="nav-link active"';
|
||||
}
|
||||
|
||||
include libfile('function/cache');
|
||||
|
||||
Reference in New Issue
Block a user