constant MENUTREE_TITLE_PAGE in MenuTree 5
Same name and namespace in other branches
- 6 menutree.module \MENUTREE_TITLE_PAGE
Display the menu title as the page title.
2 uses of MENUTREE_TITLE_PAGE
- menutree_display in ./
menutree.module - Display a fully-expanded version of the menu specified on the path
- menutree_display_page in ./
menutree.module - Menu callback; Display a menu tree for a single specified menu.
File
- ./
menutree.module, line 19 - This module provides a simple "site map" tree based on the menu system rather than on taxonomies.
Code
define('MENUTREE_TITLE_PAGE', 0x1);