From e791432e7be8d857375e4877e9bad0f2ee0384cb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Mar 2004 14:23:31 +0000 Subject: [PATCH] Ajout de l'icone dans la liste des produits --- htdocs/product/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index db8987a744a..336f04654c6 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -101,7 +101,9 @@ if ($result) $objp = $db->fetch_object( $i); $var=!$var; print ""; - print "rowid\">$objp->ref\n"; + print "rowid\">"; + print img_file(); + print " rowid\">$objp->ref\n"; print "$objp->label\n"; $i++; }