2
0
forked from Wavyzz/dolibarr

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

@@ -55,6 +55,9 @@ class modFckeditor extends DolibarrModules
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
$this->special = 2;
// Name of png file (without png) used for this module.
// Png file must be in theme/yourtheme/img directory under name object_pictovalue.png.
$this->picto='list';
// Data directories to create when module is enabled
$this->dirs = array("/fckeditor/temp","/fckeditor/images");