Skip to content
Snippets Groups Projects
Commit 5071f101 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add comment

parent 110a99d3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment