* Fallback code.

This commit is contained in:
songchenxuan
2023-07-11 15:08:19 +08:00
parent 46aa8c30fd
commit 397a955e41
-3
View File
@@ -54,9 +54,6 @@ class admin extends control
$this->view->ignore = false;
}
$usedMode = zget($this->config->global, 'mode', 'light');
if($usedMode == 'light') unset($this->lang->admin->menuList->template);
$this->loadModel('misc');
$langNotCN = common::checkNotCN();