menu_icons_admin_settings |
./menu_icons.module |
Build the module settings form |
|
1 |
menu_icons_cron |
./menu_icons.module |
Implementation of hook_cron() |
|
|
menu_icons_css |
./menu_icons.module |
Page callback for generated CSS file |
|
1 |
menu_icons_form_alter |
./menu_icons.module |
Implementation of hook_form_alter |
|
|
menu_icons_get_active_icon |
./menu_icons.module |
Return the path to the menu icon for the currently active item
Useful for providing context-sensitive image blocks |
|
|
menu_icons_get_path |
./menu_icons.module |
Query the database for a particular icon |
2 |
|
menu_icons_init |
./menu_icons.module |
Implementation of hook_init() |
|
|
menu_icons_install |
./menu_icons.install |
Implementation of hook_install() |
|
|
menu_icons_menu |
./menu_icons.module |
Implementation of hook_menu() |
|
|
menu_icons_schema |
./menu_icons.install |
Implementation of hook_schema() |
|
|
menu_icons_theme |
./menu_icons.module |
Implementation of hook_theme |
|
|
menu_icons_uninstall |
./menu_icons.install |
Implementation of hook_uninstall() |
|
|
theme_menu_icons |
./menu_icons.module |
Theme a given menu, with icons |
|
|
theme_menu_icons_build |
./menu_icons.module |
Helper function that builds the nested lists of a nice menu.
Borrowed from nice_menus |
|
|
theme_menu_icons_icon |
./menu_icons.module |
Theme an icon |
|
|
theme_menu_icons_primary_links |
./menu_icons.module |
Theme primary links as menu icons |
|
|
theme_menu_icons_tree |
./menu_icons.module |
Theme a given menu tree, with icons |
|
|
_menu_icons_css_generate |
./menu_icons.module |
Build CSS based on menu IDs |
1 |
|
_menu_icons_get_form |
./menu_icons.module |
Build the form structure. |
1 |
|
_menu_icons_submit |
./menu_icons.module |
Process the submitted form |
|
1 |