- drupal
- drupal6
- drupal7
Internal menu flag -- menu item is the root of the menu tree.
includes/menu.inc, line 83
<?php
define('MENU_IS_ROOT', 0x0001)
?>
Verwandte Themen
- Menu system
- Define the navigation menus, and route page requests to code based on URLs.
Kommentare
Kommentar hinzufügen