constant DHTML_MENU_DEFAULT in DHTML Menu 6.3
Effects enabled by default. This is an array and must be unserialized to be used. Constants can not contain arrays.
3 uses of DHTML_MENU_DEFAULT
- dhtml_menu_init in ./
dhtml_menu.module - Implementation of hook_init(). Adds CSS, Javascript and settings to the page.
- dhtml_menu_settings in ./
dhtml_menu.admin.inc - Module settings form.
- dhtml_menu_theme_menu_item in ./
dhtml_menu.module - Preprocessor for menu_item. Checks whether the current item has children that were not rendered, and loads and renders them.
File
- ./
dhtml_menu.module, line 13 - dhtml_menu.module Adds preprocessors to the menu theming functions that will add dynamic expansion to their menus.
Code
define('DHTML_MENU_DEFAULT', serialize(array(
'slide' => 'slide',
'clone' => 'clone',
)));