dhtml_menu_help |
./dhtml_menu.module |
Implementation of hook_help(). |
|
|
dhtml_menu_init |
./dhtml_menu.module |
Implementation of hook_init().
Adds CSS, Javascript and settings to the page. |
|
|
dhtml_menu_menu |
./dhtml_menu.module |
Implementation of hook_menu().
Adds a settings page. |
|
|
dhtml_menu_menus |
./dhtml_menu.admin.inc |
Build human-readable menu names for book menus.
This fetches the title of the book outline's root node. Titles are cached for performance. |
1 |
3 |
dhtml_menu_settings |
./dhtml_menu.admin.inc |
Module settings form. |
|
1 |
dhtml_menu_theme_menu_item |
./dhtml_menu.module |
Preprocessor for menu_item.
Checks whether the current item has children that
were not rendered, and loads and renders them. |
|
1 |
dhtml_menu_theme_menu_item_link |
./dhtml_menu.module |
Preprocessor for menu_item_link.
Adds an ID attribute to menu links and helps the module
follow the recursion of menu_tree_output(). |
|
1 |
dhtml_menu_theme_registry_alter |
./dhtml_menu.module |
Implementation of hook_theme_registry_alter().
Replaces the theme functions for the menu_item functions, and stores the
original functions in order to call them when this module is done with preprocessing. |
|
|
dhtml_menu_update_6000 |
./dhtml_menu.install |
#6000: 6.x-2.x upgrade. Custom blocks are gone, using preprocess instead. |
|
|
dhtml_menu_update_6001 |
./dhtml_menu.install |
#6001: 6.x-2.1 upgrade. A two-dimensional array is now used for these settings, indexing by module and block delta. |
|
|
dhtml_menu_update_6002 |
./dhtml_menu.install |
#6002: 6.x-3.x upgrade. All existing variables are obsolete. |
|
|
dhtml_menu_update_6003 |
./dhtml_menu.install |
#6003: 6.x-3.4 upgrade. Remove two obsolete variables and rebuild all themes. |
|
|
_dhtml_menu_index |
./dhtml_menu.module |
Indexes the menu tree by mlid. This is needed to identify the items
without relying on titles. This function is recursive. |
1 |
|
_dhtml_menu_stack |
./dhtml_menu.module |
Helper function for storing recursion levels. |
2 |
|
_dhtml_menu_subtree |
./dhtml_menu.module |
Traverses the menu tree and returns the sub-tree of the item
indicated by the parameter. |
1 |
|
_dhtml_menu_unique_id |
./dhtml_menu.module |
Keeps track of ID attributes and adds a suffix to make it unique-when necessary. |
1 |
|