constant MENUTREE_TITLE_BODY in MenuTree 5
Same name and namespace in other branches
- 6 menutree.module \MENUTREE_TITLE_BODY
Display the menu title inline in the body of the page.
2 uses of MENUTREE_TITLE_BODY
- menutree_display in ./
menutree.module - Display a fully-expanded version of the menu specified on the path
- menutree_display_all in ./
menutree.module - Menu callback; Display a fully-expanded version of all flagged menus.
File
- ./
menutree.module, line 24 - This module provides a simple "site map" tree based on the menu system rather than on taxonomies.
Code
define('MENUTREE_TITLE_BODY', 0x2);