mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 14:25:18 +02:00
Add titles to lateral menu buttons - #234
This commit is contained in:
parent
f2ad744428
commit
8622b90b13
@ -396,7 +396,7 @@ function menu_print_menu (&$menu) {
|
||||
$seleccionado = '';
|
||||
|
||||
//Print out the first level
|
||||
$output .= '<li class="'.implode (" ", $classes).' ' . $seleccionado . '" id="icon_'.$id.'">';
|
||||
$output .= '<li title="'.ucwords(str_replace(array("oper-","god-"),"",$sub["id"])).'" class="'.implode (" ", $classes).' ' . $seleccionado . '" id="icon_'.$id.'">';
|
||||
//onclick="location.href=\'index.php?sec='.$mainsec.'&sec2='.$main["sec2"].($main["refr"] ? '&refr='.$main["refr"] : '').'\'">';
|
||||
|
||||
$length = strlen(__($main["text"]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user