From d2d84c3e486db42c22a84f2764a1af47c55ba73a Mon Sep 17 00:00:00 2001 From: philippe Date: Sun, 12 Jan 2014 21:26:44 +0100 Subject: [PATCH] Fix: path to image must not be hardcoded but use dol_buildpath or img_picto with param src=1. --- htdocs/fourn/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/liste.php b/htdocs/fourn/liste.php index f59e692fb87..5ce488939b3 100644 --- a/htdocs/fourn/liste.php +++ b/htdocs/fourn/liste.php @@ -183,7 +183,7 @@ if ($resql) print ''; print ''; - print ''; + print ''; $parameters=array(); $formconfirm=$hookmanager->executeHooks('printFieldListOption',$parameters); // Note that $action and $object may have been modified by hook