constant MENU_DEFAULT_LOCAL_TASK
Same name and namespace in other branches
- 7.x drupal-7.x/includes/menu.inc \MENU_DEFAULT_LOCAL_TASK
Every set of local tasks should provide one "default" task, that links to the same path as its parent when clicked.
Related topics
Archivo
- drupal-6.x/
includes/ menu.inc, line 133 - API for the Drupal menu system.
Código
define('MENU_DEFAULT_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_LINKS_TO_PARENT)