更新至V1.84,更新内容在笔记中查看

This commit is contained in:
小胡
2023-08-20 15:03:36 +08:00
Unverified
parent 34171f73b2
commit 5c9e8de28f
767 changed files with 54257 additions and 58576 deletions

View File

@@ -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');