function menu_get_active_menu_name in Drupal 6
Get the active menu for the current page - determines the active trail.
Related topics
1 call to menu_get_active_menu_name()
- menu_set_active_trail in includes/
menu.inc - Sets or gets the active trail (path to root menu root) of the current page.
File
- includes/
menu.inc, line 1490 - API for the Drupal menu system.
Code
function menu_get_active_menu_name() {
return menu_set_active_menu_name();
}