From 938f31f383fee3ce8690db7baece739ae8a1f252 Mon Sep 17 00:00:00 2001 From: Grand Philippe Date: Sun, 12 Jan 2014 21:45:52 +0100 Subject: [PATCH] Fix: path to image must not be hardcoded but use dol_buildpath or img_picto with param src=1. --- htdocs/contact/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 2b1c5e982df68..1c735d787b423 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -343,9 +343,9 @@ print $form->selectarray('search_status', array('0'=>$langs->trans('ActivityCeased'),'1'=>$langs->trans('InActivity')),$search_status); print ''; print ''; - print ''; + print ''; print '  '; - print ''; + print ''; print ''; print '';