Change category of module

This commit is contained in:
Laurent Destailleur 2009-07-06 08:25:52 +00:00
parent 8339801303
commit bb589cc49e

View File

@ -55,7 +55,7 @@ class modDomain extends DolibarrModules
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Where to store the module in setup page (0=common,1=interface,2=others,3=very specific)
$this->special = 3;
$this->picto='user';
$this->picto='generic';
// Dir
//----