I have a JMenu object (from standard mod_menu in Joomla 2.5) but I don't know how to retrieve its title, does anyone know how to do this? I retrieved my active menu in this way:
$menu = $app->getMenu();
It was easy to get every menu item or module param but it seems impossible to get the menu title. Thanks in advance.