mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Qual: Simplification descripteur de module.
Ajout exemple dans rep dev/skeletons
This commit is contained in:
@@ -65,8 +65,9 @@ class modMyModule extends DolibarrModules
|
||||
$this->const_name = 'MAIN_MODULE_MYMODULE';
|
||||
// Where to store the module in setup page (0=common,1=interface,2=other)
|
||||
$this->special = 1;
|
||||
// Name of png file (without png) used for this module
|
||||
$this->picto='calendar';
|
||||
// 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='generic';
|
||||
|
||||
// Data directories to create when module is enabled
|
||||
$this->dirs = array();
|
||||
|
||||
Reference in New Issue
Block a user