Community Documentation

MENU_NORMAL_ITEM

  1. drupal
    1. 4.6 menu.inc
    2. 4.7 menu.inc
    3. 5 menu.inc
    4. 6 menu.inc
    5. 7 menu.inc
    6. 8 menu.inc

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 102
API for the Drupal menu system.

Code

<?php
define('MENU_NORMAL_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB | MENU_MODIFIABLE_BY_ADMIN)
?>

Related topics

Login or register to post comments