function menu_get_active_menu_name

6.x menu.inc menu_get_active_menu_name()

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 drupal-6.x/includes/menu.inc
Sets or gets the active trail (path to root menu root) of the current page.

File

drupal-6.x/includes/menu.inc, line 1490
API for the Drupal menu system.

Code

function menu_get_active_menu_name() {
  return menu_set_active_menu_name();
}