I think to do:
file: modules/menu_stp/menu_stp.module
line: 176
change code of line to:
$menu = menu_load($link['menu_name']);
$menu_name = $menu['title'];
makes the combo, something more friendly. What do you think?
I think to do:
file: modules/menu_stp/menu_stp.module
line: 176
change code of line to:
$menu = menu_load($link['menu_name']);
$menu_name = $menu['title'];
makes the combo, something more friendly. What do you think?
Comments
Comment #1
glottus commentedI agree, makes it much nicer for my users.