getAddonDictPath($data['addon']) . "menu" . DIRECTORY_SEPARATOR . "admin.php"; if (is_file($menu_path)) { return include $menu_path; } return []; } }