8 string references to 'dhtml_menu_settings' in DHTML Menu 7
- dhtml_menu_init in ./
dhtml_menu.module - Implementation of hook_init(). Adds CSS, Javascript and settings to the page.
- dhtml_menu_install in ./
dhtml_menu.install - Implementation of hook_install(). This will create our system variable defaults. The benefit is that we do not need to pass defaults to variable_get(), which allows centralization of defaults.
- dhtml_menu_menu in ./
dhtml_menu.module - Implementation of hook_menu(). Adds a settings page.
- dhtml_menu_preprocess_menu_link in ./
dhtml_menu.theme.inc - Preprocessor for menu_link. Adds the required HTML attributes and loads subtrees if necessary.
- dhtml_menu_uninstall in ./
dhtml_menu.install - Implementation of hook_uninstall(). Only clears our variables, so a fresh installation can repopulate them.
- dhtml_menu_update_7102 in ./
dhtml_menu.install - #7102: Consolidate variables into one settings array.
- dhtml_menu_update_7103 in ./
dhtml_menu.install - #7103: Rename "pseudo-child" to "clone".
- dhtml_menu_update_7105 in ./
dhtml_menu.install - #7105: Ensure that 'Filter type' is set.