From 9a55b4e6aa36627a5db17c691f3ae6ee387e3701 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 Feb 2009 22:08:35 +0000 Subject: [PATCH] New: Add a first version of a Paybox module Qual: Renamed directories in public in english --- htdocs/includes/modules/modPaybox.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modPaybox.class.php b/htdocs/includes/modules/modPaybox.class.php index 9273afa225a..c6316da667b 100644 --- a/htdocs/includes/modules/modPaybox.class.php +++ b/htdocs/includes/modules/modPaybox.class.php @@ -65,7 +65,7 @@ class modPayBox extends DolibarrModules $this->special = 1; // 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='/theme/common/paybox.png'; + $this->picto=DOL_URL_ROOT.'/theme/common/paybox.png'; // Data directories to create when module is enabled. $this->dirs = array();