diff --git a/htdocs/core/modules/modMarges.class.php b/htdocs/core/modules/modMarges.class.php index afcf54c52f4..413578597ce 100644 --- a/htdocs/core/modules/modMarges.class.php +++ b/htdocs/core/modules/modMarges.class.php @@ -64,7 +64,7 @@ class modMarges extends DolibarrModules $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. - $this->picto='marges'; + $this->picto='marges@marges'; // Data directories to create when module is enabled. $this->dirs = array(); diff --git a/htdocs/theme/eldy/img/menus/marges.png b/htdocs/theme/eldy/img/menus/marges.png new file mode 100644 index 00000000000..4746f0fc779 Binary files /dev/null and b/htdocs/theme/eldy/img/menus/marges.png differ