2
0
forked from Wavyzz/dolibarr

Add comment

This commit is contained in:
Laurent Destailleur
2009-02-24 02:38:02 +00:00
parent 110a99d33a
commit 5071f101d6

View File

@@ -61,7 +61,7 @@ class modMyModule extends DolibarrModules
$this->version = '1.0';
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Where to store the module in setup page (0=common,1=interface,2=other)
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
$this->special = 0;
// Name of png file (without png) used for this module.
// Png file must be in theme/yourtheme/img directory under name object_pictovalue.png.