constant MENU_TYPE_DEFAULT_TAB

4 uses of MENU_TYPE_DEFAULT_TAB
content_menu in modules/content/content.module
fp_display_page in includes/theme.inc
Output the contents of the $page variable to the screen. $page is an array containing details about the page, as well as its original menu item (router_item) definition.
fp_render_menu_block in includes/theme.inc
Render a "menu" block of menu items which are all rooted at the menu_root. So if the menu root is tools, it might return items whose paths look like: tools/fun tools/here/there So long as the menu type is "MENU_TYPE_NORMAL_ITEM" or…
schools_menu_alter in modules/schools/schools.module
hook_menu_alter

File

./bootstrap.inc, line 81
This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.

Code

define("MENU_TYPE_DEFAULT_TAB", 5)