simplemenu_admin_settings |
./simplemenu.module |
SimpleMenu settings page. |
|
1 |
simplemenu_compact_menu_tree |
./simplemenu.module |
Recursive function to compact the menu tree into our item_list style tree |
1 |
|
simplemenu_enabled |
./simplemenu.module |
Is simplemenu enabled for this page request? |
|
|
simplemenu_footer |
./simplemenu.module |
Implementation of hook_footer(). |
|
|
simplemenu_get_menu |
./simplemenu.module |
Render an HTML list of links for a given menu. |
1 |
|
simplemenu_init |
./simplemenu.module |
Implementation of hook_init(). |
|
|
simplemenu_menu |
./simplemenu.module |
Implementation of hook_menu(). |
|
3 |
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_perm |
./simplemenu.module |
Implementation of hook_perm(). |
|
|
simplemenu_simplemenu_tree_alter |
./simplemenu.module |
Implementation of hook_simplemenu_tree_alter(). |
|
|
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). |
1 |
|
simplemenu_tree_output |
./simplemenu.module |
Render the necessary markup from the tree array. This is largely based on
theme_item_list(), without the extra markup. |
1 |
|
simplemenu_update_6001 |
./simplemenu.install |
Implementation of hook_update_N(). |
|
|
_simplemenu_page_visibility |
./simplemenu.module |
Determine if simplemenu should be displayed based on visibility settings. |
1 |
|