Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / menu_icons @ 87dbc3bf

Nom Taille Révision Âge Auteur Commentaire
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 1,33 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
menu_icons.info 423 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
menu_icons.install 1,58 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
menu_icons.module 21,6 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
menu_icons_css_item.tpl.php 411 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7

Dernières révisions

# Date Auteur Commentaire
f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


Menu Icons Module

DESCRIPTION:

This module allows you to upload an image in the menu-item's configuration form.
The uploaded image is added as an background image to the menu item.

USAGE:

After installing the module you can configure its global settings by navigating
to: admin/config/user-interface/menu_icons. Uploading an image for a menu-item
can be done at the menu items settings form (e.g.:
admin/structure/menu/item/1/edit).

The text of the menu item can be hidden by the adding the following CSS code to
your theme's stylesheet:

.menu_icon {
display: block;
overflow: hidden;
padding-left: 100%;
}

DRUSH:

nb: if you clear cache with drush without a site explicitly configured,
the CSS generated by menu icons will be incorrect. This is due to a
limitation of drush, in that it doesn't know the site's URL if you don't
tell it. To pass the site's URL, use the -l flag to drush, or better
yet, permanently configure drushrc.php. For more information, see:
http://drupal.org/node/1520414 and http://drupal.org/node/743368

Formats disponibles : Atom