Internal menu flag: Local task should be displayed in page context.
drupal/includes/menu.inc, line 207
<?php
define('MENU_CONTEXT_PAGE', 0x0001)
?>
Related topics
- Menu system
- Define the navigation menus, and route page requests to code based on URLs.
- Menu context types
- Flags for use in the "context" attribute of menu router items.