Skip to content

Commit 10dc7d8

Browse files
committed
Logo
1 parent 4232c32 commit 10dc7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/facturxutil/core/modules/modFacturXUtil.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct($db)
7878
// Name of image file used for this module.
7979
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
8080
// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
81-
$this->picto='pdf';
81+
$this->picto = 'fa-file-pdf_far_#65953d';
8282

8383
// Define some features supported by module (triggers, login, substitutions, menus, css, etc...)
8484
$this->module_parts = array(

0 commit comments

Comments
 (0)