New: Add a first version of a Paybox module
Qual: Renamed directories in public in english
This commit is contained in:
parent
caf73a4aff
commit
9a55b4e6aa
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user