Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / htmltest / sites / all / modules / menu_icons @ 4543c6c7

Nom Taille Révision Âge Auteur Commentaire
LICENSE.txt 17,7 ko 85ad3d82 plus de 10 ans Assos Assos Append of all multiassos project to git
README.txt 1,33 ko 85ad3d82 plus de 10 ans Assos Assos Append of all multiassos project to git
menu_icons.info 423 octets 85ad3d82 plus de 10 ans Assos Assos Append of all multiassos project to git
menu_icons.install 1,58 ko 85ad3d82 plus de 10 ans Assos Assos Append of all multiassos project to git
menu_icons.module 21,6 ko 85ad3d82 plus de 10 ans Assos Assos Append of all multiassos project to git
menu_icons_css_item.tpl.php 411 octets 85ad3d82 plus de 10 ans Assos Assos Append of all multiassos project to git

Dernières révisions

# Date Auteur Commentaire
85ad3d82 07/01/2014 22:05 Assos Assos

Append of all multiassos project to git

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