constant MENU_IS_LOCAL_TASK

  1. 7.x drupal-7.x/includes/menu.inc MENU_IS_LOCAL_TASK
  2. 6.x drupal-6.x/includes/menu.inc MENU_IS_LOCAL_TASK

Related topics

3 uses of MENU_IS_LOCAL_TASK
menu_get_active_title in drupal-6.x/includes/menu.inc
Get the title of the current page, as determined by the active trail.
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.
_menu_router_build in drupal-6.x/includes/menu.inc
Helper function to build the router table based on the data from hook_menu.

File

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

Code

define('MENU_IS_LOCAL_TASK', 0x0080)