mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Use non generic picto on all modules
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user