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

@@ -57,7 +57,7 @@ class modWebServices extends DolibarrModules
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
$this->special = 1;
// Name of image file used for this module.
$this->picto='generic';
$this->picto='technic';
// Data directories to create when module is enabled
$this->dirs = array();