* Add function for left menu tree.

This commit is contained in:
caoyanyi
2023-02-17 14:08:57 +08:00
parent fc6d8cd821
commit 9eb9981ae7
9 changed files with 107 additions and 31 deletions

View File

@@ -135,6 +135,7 @@ class dev extends control
$this->view->featureBar = $this->lang->dev->featureBar['langItem'];
$this->view->originalLangs = $this->dev->getOriginalLang($type, $module, $method, $language);
$this->view->customedLangs = $this->dev->getCustomedLang($type, $module, $method, $language);
$this->view->menuTree = $this->dev->getMenuTree($type, $module, $method);
$this->view->moduleName = $moduleName;
$this->view->language = str_replace('-', '_', $language);
$this->display();