update menu

This commit is contained in:
2024-01-24 17:01:14 +07:00
parent 9f670e9ab0
commit 401157b54e
9 changed files with 679 additions and 389 deletions

View File

@@ -55,7 +55,9 @@ class AppAdmin
$data = include_once $module_file;
$global_data = [
$global_data = [
"name" => $this->current_route_info['module'],
"view" => $this->current_route_info['view'],
"main_menu" => include_once ROOT_DIR."/data/menu.php",
];