diff --git a/dev/skeletons/modMyModule.class.php b/dev/skeletons/modMyModule.class.php index b6112abd4ee..7dd4a27f596 100644 --- a/dev/skeletons/modMyModule.class.php +++ b/dev/skeletons/modMyModule.class.php @@ -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();