+ Add project id to show 1.5level drop menu.

This commit is contained in:
liumengyi
2024-06-03 08:35:56 +08:00
committed by caoyanyi
parent 4cafcba9a6
commit c7ecc44d9c
+1
View File
@@ -58,6 +58,7 @@ class block extends control
$this->view->title = zget($this->lang->block->dashboard, $dashboard, $this->lang->block->dashboard['default']);
$this->view->blocks = $blocks;
$this->view->projectID = $projectID;
$this->view->dashboard = $dashboard;
$this->display();
}