This commit is contained in:
tianshujie98
2021-04-14 09:37:43 +08:00
parent 8f861c26af
commit c9ae331403
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class extension extends control
{
/* Init vars. */
$type = strtolower($type);
$moduleID = $type == 'bymodule' ? (int)$param : 0;
$moduleID = $type == 'bymodule' ? (int)base64_decode($param) : 0;
$extensions = array();
$pager = null;
+2
View File
@@ -1 +1,3 @@
.pager {margin-top: 0;}
.tree li>a:hover {color: #fff; background-color: #0c64eb;}
.tree li>a.active {color: #fff; background-color: #0c64eb;}