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
11 uses of MENU_TYPE_NORMAL_ITEM
admin_menu in modules/admin/admin.module
Implementation of hook_menu
advise_menu in modules/advise/advise.module
blank_degrees_menu in modules/blank_degrees/blank_degrees.module
Implementation of hook_menu
course_search_menu in modules/course_search/course_search.module
hook_menu in includes/hook.api.php
Allows modules to specify valid URLs in FlightPath, and define what function to call when the user visits that URL.

... See full list

File

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