| 7 menu.inc | menu_get_active_menu_names() |
| 8 menu.inc | menu_get_active_menu_names() |
Get the active menu for the current page - determines the active trail.
Related topics
2 calls to menu_get_active_menu_names()
File
- includes/
menu.inc, line 2307 - API for the Drupal menu system.
Code
function menu_get_active_menu_names() {
return menu_set_active_menu_names();
}
Login or register to post comments