menu_helper_active_item_state_off

custom/menu_helper/menu_helper_active/menu_helper_active.module, line 52

Versions
6
menu_helper_active_item_state_off()

Restore $_GET[q] its orginal value.

▾ 1 function calls menu_helper_active_item_state_off()

menu_helper_tree_output in custom/menu_helper/menu_helper.module
Looks for any menu item with a reset depth, re-positions it, and then renders the menu tree.

Code

<?php
function menu_helper_active_item_state_off() {
  _menu_helper_active_item_state(FALSE);
}
?>