8 string references to 'dhtml_menu_settings' in DHTML Menu 8
- 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_theme_menu_item in ./
dhtml_menu.theme.inc - Preprocessor for menu_item. Checks whether the current item has children that were not rendered, and loads and renders them.
- dhtml_menu_theme_menu_item_link in ./
dhtml_menu.theme.inc - Preprocessor for menu_item_link. Adds an ID attribute to menu links and helps the module follow the recursion of menu_tree_output().
- 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".