From d4cdd4be516b16498bfde3aaf687b659f2146454 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Tue, 12 Sep 2023 11:31:05 +0200 Subject: [PATCH] The menu_print_menu function is adjusted to take the menu text as the title instead of the id. --- pandora_console/include/functions_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index a1927bb60a..a4762cf1aa 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -324,7 +324,7 @@ function menu_print_menu(&$menu) if (isset($sub['type']) && $sub['type'] == 'direct') { // This is an external link. - $submenu_output .= '
  • '; + $submenu_output .= '
  • '; if (isset($sub['subtype']) && $sub['subtype'] == 'nolink') { $submenu_output .= '';