* code for css in admin/index.html

This commit is contained in:
guofeilong
2023-01-31 17:20:22 +08:00
parent ed6256fac0
commit d502d06618
5 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class admin extends control
$this->view->extensions = $this->admin->getExtensionsByAPI('extension', $langNotCN ? 5 : 6, $hasInternet);
$this->view->patches = $this->admin->getExtensionsByAPI('patch', 3, $hasInternet);
$this->view->hasInternet = $hasInternet;
$this->view->publicClass = ($hasInternet and !$langNotCN) ? $this->admin->getPublicClassByAPI() : array();
$this->view->publicClass = ($hasInternet and !$langNotCN) ? $this->admin->getPublicClassByAPI(3) : array();
$this->view->langNotCN = $langNotCN;
$this->display();
}