Look: Ajout des pictos sur les modules

This commit is contained in:
Laurent Destailleur
2005-03-06 00:15:34 +00:00
parent 0a17467087
commit b3be675e36
16 changed files with 35 additions and 14 deletions

View File

@@ -57,6 +57,7 @@ class modService extends DolibarrModules
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->const_name = "MAIN_MODULE_SERVICE";
$this->const_config = MAIN_MODULE_SERVICE;
$this->picto='service';
// D<>pendances
$this->depends = array("modProduit");