From c71ac8d103dfe1670f42a043ffbcc173c9fc32fd Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 10 Nov 2021 08:39:50 -0700 Subject: [PATCH] Re-use app_menu.php for the new dashboard --- core/{user_settings => dashboard}/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename core/{user_settings => dashboard}/app_menu.php (95%) diff --git a/core/user_settings/app_menu.php b/core/dashboard/app_menu.php similarity index 95% rename from core/user_settings/app_menu.php rename to core/dashboard/app_menu.php index 6d48aeaf8c..7afc979ba8 100644 --- a/core/user_settings/app_menu.php +++ b/core/dashboard/app_menu.php @@ -23,7 +23,7 @@ $apps[$x]['menu'][$y]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5"; $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788"; $apps[$x]['menu'][$y]['category'] = "internal"; - $apps[$x]['menu'][$y]['path'] = "/core/user_settings/user_dashboard.php"; + $apps[$x]['menu'][$y]['path'] = "/core/dashboard/"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "user";