Full ELMS Learning Network documentation
constant MENU_NORMAL_ITEM
×
Error message
User warning: The following module is missing from the file system: theme/theme. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1156 of /var/www/html/elmsln_community/api.elmsln.org/includes/bootstrap.inc).- cis7 includes/menu.inc MENU_NORMAL_ITEM
- cle7 includes/menu.inc MENU_NORMAL_ITEM
- elmsmedia7 includes/menu.inc MENU_NORMAL_ITEM
- icor7 includes/menu.inc MENU_NORMAL_ITEM
- meedjum_blog7 includes/menu.inc MENU_NORMAL_ITEM
- mooc7 includes/menu.inc MENU_NORMAL_ITEM
Menu type -- A "normal" menu item that's shown in menu and breadcrumbs.
Normal menu items show up in the menu tree and can be moved/hidden by the administrator. Use this for most menu items. It is the default value if no menu item type is specified.
File
- includes/
menu.inc, line 143 - API for the Drupal menu system.
Code
define('MENU_NORMAL_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB)