##### CAUTION #####
This module is still in development. It currently has no user interface and provides only themeable functions, so you'll need to call these functions in a template file or block.
To get started, try putting this in a block:
<?php
if (module_exists('menu_icons')) {
print theme('menu_icons_primary_links', NULL, TRUE);
}
?>
#####
DESCRIPTION
-----------
Menu Icons allows users to associate images with menu items.
Currently, the icons are included as CSS background images. In the future, support may be added for inline images as well. The goal is to have a flexible menu display that can be themed if needed.
The CSS method is designed to be compatible with nice_menus ( http://drupal.org/project/nice_menus ), since it uses the same CSS IDs.
INSTALLATION
------------
Copy the menu_icons directory to your module directory and then enable on the admin/build/modules page.
USAGE
-----
A default image can be chosen at admin/settings/menu_icons.
To customize menu items, edit the menu via admin/build/menu, or use the menu options on a node editing form.
View source
-
-
- ##### CAUTION #####
-
- This module is still in development. It currently has no user interface and provides only themeable functions, so you'll need to call these functions in a template file or block.
-
- To get started, try putting this in a block:
-
- if (module_exists('menu_icons')) {
- print theme('menu_icons_primary_links', NULL, TRUE);
- }
- ?>
-
- #####
-
- DESCRIPTION
- -----------
- Menu Icons allows users to associate images with menu items.
-
- Currently, the icons are included as CSS background images. In the future, support may be added for inline images as well. The goal is to have a flexible menu display that can be themed if needed.
-
- The CSS method is designed to be compatible with nice_menus ( http://drupal.org/project/nice_menus ), since it uses the same CSS IDs.
-
-
- INSTALLATION
- ------------
- Copy the menu_icons directory to your module directory and then enable on the admin/build/modules page.
-
- USAGE
- -----
- A default image can be chosen at admin/settings/menu_icons.
-
- To customize menu items, edit the menu via admin/build/menu, or use the menu options on a node editing form.
-