19 uses of MENU_DEFAULT_LOCAL_TASK in Drupal 6
- aggregator_menu in modules/
aggregator/ aggregator.module - Implementation of hook_menu().
- block_menu in modules/
block/ block.module - Implementation of hook_menu().
- book_menu in modules/
book/ book.module - Implementation of hook_menu().
- comment_menu in modules/
comment/ comment.module - Implementation of hook_menu().
- contact_menu in modules/
contact/ contact.module - Implementation of hook_menu().
- filter_menu in modules/
filter/ filter.module - Implementation of hook_menu().
- forum_menu in modules/
forum/ forum.module - Implementation of hook_menu().
- locale_menu in modules/
locale/ locale.module - Implementation of hook_menu().
- menu_get_active_breadcrumb in includes/
menu.inc - Get the breadcrumb for the current page, as determined by the active trail.
- menu_local_tasks in includes/
menu.inc - Collects the local tasks (tabs) for a given level.
- menu_menu in modules/
menu/ menu.module - Implementation of hook_menu().
- node_menu in modules/
node/ node.module - Implementation of hook_menu().
- path_menu in modules/
path/ path.module - Implementation of hook_menu().
- system_menu in modules/
system/ system.module - Implementation of hook_menu().
- taxonomy_menu in modules/
taxonomy/ taxonomy.module - Implementation of hook_menu().
- tracker_menu in modules/
tracker/ tracker.module - Implementation of hook_menu().
- update_menu in modules/
update/ update.module - Implementation of hook_menu().
- user_menu in modules/
user/ user.module - Implementation of hook_menu().
- _menu_router_build in includes/
menu.inc - Helper function to build the router table based on the data from hook_menu.