From b6e9ed3604b494a37a95d949b00cc350c8ca20b5 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Tue, 7 Feb 2017 17:43:22 +0100 Subject: [PATCH] Add titles to all levels buttons in lateral menu buttons / 2 - #234 --- pandora_console/include/functions_menu.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index 1229ec66a8..6915fd76a2 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -224,7 +224,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 .= ''; @@ -364,7 +364,7 @@ function menu_print_menu (&$menu) { else $sub_title = ''; $submenu2_list .= '
  • '; - $submenu2_list .= '
  • '; $sub_title = ''; } @@ -396,7 +396,7 @@ function menu_print_menu (&$menu) { $seleccionado = ''; //Print out the first level - $output .= '
  • '; + $output .= '
  • '; //onclick="location.href=\'index.php?sec='.$mainsec.'&sec2='.$main["sec2"].($main["refr"] ? '&refr='.$main["refr"] : '').'\'">'; $length = strlen(__($main["text"]));