function dhtml_menu_install in DHTML Menu 6
Same name and namespace in other branches
- 8 dhtml_menu.install \dhtml_menu_install()
- 6.4 dhtml_menu.install \dhtml_menu_install()
- 7 dhtml_menu.install \dhtml_menu_install()
Implementation of hook_install().
File
- ./
dhtml_menu.install, line 10 - dhtml_menu.install Install and Uninstall processes for this module.
Code
function dhtml_menu_install() {
// Use the effects on menus by default now.
variable_get('dhtml_menu_use_effects', 1);
}