Use non generic picto on all modules

This commit is contained in:
Laurent Destailleur
2010-06-02 19:56:14 +00:00
parent fb51d0e4af
commit 5dc5d1aa7a
10 changed files with 17 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ class modGeoIPMaxmind extends DolibarrModules
// Name of image file used for this module.
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
// If file is in module/images directory, use this->picto=DOL_URL_ROOT.'/module/images/file.png'
$this->picto = '';
$this->picto = 'globe';
// Data directories to create when module is enabled
$this->dirs = array("/geoipmaxmind");