menu_get_active_item
- Versions
- 4.6 – 5
menu_get_active_item()
Returns the ID of the active menu item.
Related topics
Code
includes/menu.inc, line 423
<?php
function menu_get_active_item() {
return menu_set_active_item();
}
?>Login or register to post comments 