Simplify the dashboard path
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//destinations icon
|
||||
$array['dashboard'][$x]['dashboard_uuid'] = 'a294b771-a125-4d36-b51a-973540346fad';
|
||||
$array['dashboard'][$x]['dashboard_name'] = 'Destinations';
|
||||
$array['dashboard'][$x]['dashboard_path'] = 'core/dashboard/resources/dashboard/icon.php';
|
||||
$array['dashboard'][$x]['dashboard_path'] = 'dashboard/icon';
|
||||
$array['dashboard'][$x]['dashboard_icon'] = 'fa-solid fa-right-to-bracket';
|
||||
$array['dashboard'][$x]['dashboard_url'] = '/app/destinations/destinations.php';
|
||||
$array['dashboard'][$x]['dashboard_target'] = 'self';
|
||||
|
||||
Reference in New Issue
Block a user