constant MENU_TYPE_SUB_TAB
Search API
- 7.x bootstrap.inc MENU_TYPE_SUB_TAB
- 6.x bootstrap.inc MENU_TYPE_SUB_TAB
- 5.x bootstrap.inc MENU_TYPE_SUB_TAB
6 uses of MENU_TYPE_SUB_TAB
- 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.
- student_search.module in modules/
student_search/ student_search.module - student_search_menu in modules/
student_search/ student_search.module - theme.inc in includes/
theme.inc - user.module in modules/
user/ user.module
File
- ./
bootstrap.inc, line 76 - 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_SUB_TAB", 4)
