You are here

constant MENU_MODIFIABLE_BY_ADMIN in Drupal 5

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_MODIFIABLE_BY_ADMIN

Related topics

5 uses of MENU_MODIFIABLE_BY_ADMIN
menu_overview_tree in modules/menu/menu.module
Present the menu tree, rendered along with links to edit menu items.
menu_overview_tree_rows in modules/menu/menu.module
menu_parent_options in modules/menu/menu.module
Return a list of menu items that are valid possible parents for the given menu item. The list excludes the given item and its children.
menu_rebuild in includes/menu.inc
Populate the database representation of the menu.
node_menu in modules/node/node.module
Implementation of hook_menu().

File

includes/menu.inc, line 79
API for the Drupal menu system.

Code

define('MENU_MODIFIABLE_BY_ADMIN', 0x10);