From 397a955e4126d5d7ef3a3c0baafef5b2218a955d Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Tue, 11 Jul 2023 15:08:19 +0800 Subject: [PATCH] * Fallback code. --- module/admin/control.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/admin/control.php b/module/admin/control.php index 7f45945795..7705fca59f 100755 --- a/module/admin/control.php +++ b/module/admin/control.php @@ -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();