constant MENU_TYPE_NORMAL_ITEM

  1. 6.x bootstrap.inc MENU_TYPE_NORMAL_ITEM
  2. 4.x bootstrap.inc MENU_TYPE_NORMAL_ITEM
  3. 5.x bootstrap.inc MENU_TYPE_NORMAL_ITEM
22 uses of MENU_TYPE_NORMAL_ITEM
admin_menu in modules/admin/admin.module
Implementation of hook_menu
advise_menu in modules/advise/advise.module
alerts_menu in modules/alerts/alerts.module
audit_menu in modules/audit/audit.module
Implementation of hook_menu
blank_degrees_menu in modules/blank_degrees/blank_degrees.module
Implementation of hook_menu

... See full list

File

./bootstrap.inc, line 77
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_NORMAL_ITEM", 1)