simplemenu_admin_settings |
./simplemenu.module |
SimpleMenu settings page. |
|
1 |
simplemenu_footer |
./simplemenu.module |
Implementation of hook_footer() |
|
|
simplemenu_get_devel |
./simplemenu.module |
Return a list of devel module links if the module is enabled
and the user has access to this module. |
1 |
|
simplemenu_get_menu |
./simplemenu.module |
Render an HTML list of links for a given menu. |
1 |
|
simplemenu_menu |
./simplemenu.module |
Implementation of hook_menu(). |
|
2 |
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_theme_menu_tree |
./simplemenu.module |
Custom implementation of theme_menu_tree() to call our custom menu above. |
1 |
|