constant MENU_TYPE_SUB_TAB

  1. 6.x bootstrap.inc MENU_TYPE_SUB_TAB
  2. 4.x bootstrap.inc MENU_TYPE_SUB_TAB
  3. 5.x bootstrap.inc MENU_TYPE_SUB_TAB
2 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.
user_menu in modules/user/user.module
Implementation of hook_menu

File

./bootstrap.inc, line 80
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)