simplemenu_admin_settings |
./simplemenu.admin.inc |
SimpleMenu settings page. |
|
1 |
simplemenu_admin_settings_submit |
./simplemenu.admin.inc |
Handle some special cases. |
|
1 |
simplemenu_admin_settings_validate |
./simplemenu.admin.inc |
Verify that we have settings that are sensical. |
|
1 |
simplemenu_devel_simplemenu_tree_alter |
./simplemenu_devel.module |
Implementation of hook_simplemenu_tree_alter() |
|
|
simplemenu_enabled |
./simplemenu.module |
Is simplemenu enabled for this page request? |
1 |
|
simplemenu_get_menu |
./simplemenu.module |
Render an HTML list of links for a given menu. |
1 |
|
simplemenu_inactive_parents_theme_menu_link |
./simplemenu_inactive_parents.module |
\brief Transform the menu item link. |
|
1 |
simplemenu_inactive_parents_theme_registry_alter |
./simplemenu_inactive_parents.module |
\brief Alter the menu item link theme registry. |
|
|
simplemenu_init |
./simplemenu.module |
Implements hook_init(). |
|
|
simplemenu_menu |
./simplemenu.module |
Implements hook_menu(). |
|
4 |
simplemenu_menu_tree |
./simplemenu.module |
Custom implementation of menu_tree().
We want to retrieve the entire menu structure for a given menu,
regardless of whether or not the menu item is expanded or not. |
2 |
|
simplemenu_multi_menu_form_simplemenu_admin_settings_alter |
./simplemenu_multi_menu.module |
\brief Make the 'select' a list. |
|
|
simplemenu_multi_menu_simplemenu_menus_alter |
./simplemenu_multi_menu.module |
\brief Replace the default with our own user selection. |
|
|
simplemenu_multi_menu_theme_menu_item_link |
./simplemenu_multi_menu.module |
\brief Transform the menu item link. |
|
1 |
simplemenu_multi_menu_theme_registry_alter |
./simplemenu_multi_menu.module |
\brief Alter the menu item link theme registry. |
|
|
simplemenu_multi_menu_uninstall |
./simplemenu_multi_menu.install |
|
|
|
simplemenu_permission |
./simplemenu.module |
Implements hook_permission(). |
|
|
simplemenu_tree_all_data |
./simplemenu.module |
Modified menu_tree_all_data(), providing the complete menu tree below $root_menu
(which can be *any* menu item, not just the root of a custom menu). |
|
|
simplemenu_tree_remove_hidden |
./simplemenu.module |
At this point (May 31, 2010) the menu tree includes
many 'below' that should be considered empty but
aren't... unless we make sure we remove the children
ourselves. |
1 |
|
simplemenu_uninstall |
./simplemenu.install |
Implements hook_uninstall(). |
|
|
simplemnu_get_zindex |
./simplemenu.module |
\brief Retrieve the zindex for the CSS files. |
1 |
|
_simplemenu_add_css |
./simplemenu.module |
\brief Generate the CSS and add it to the page. |
1 |
|
_simplemenu_add_js |
./simplemenu.module |
\brief Add the JavaScript that makes it all work. |
1 |
|
_simplemenu_add_menu |
./simplemenu.module |
\brief Add the simplemenu variable with the menu to be displayed. |
1 |
|
_simplemenu_add_theme |
./simplemenu.module |
\brief Add the module theme. |
1 |
|
_simplemenu_page_visibility |
./simplemenu.module |
Determine if simplemenu should be displayed based on visibility settings. |
1 |
|
_simplemenu_superuser_active |
./simplemenu.module |
Check whether the superuser/admin should be shown simplemenu. |
1 |
|