From 127c8e0e209bde61a5155b3f45d97c106692ebc6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 27 Nov 2003 13:49:24 +0000 Subject: [PATCH] Ajout iconographie --- htdocs/product/liste.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 7edd62fcfca..51af28930e8 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -155,8 +155,11 @@ if ($result) { $objp = $db->fetch_object( $i); $var=!$var; - print ""; - print "rowid\">$objp->ref\n"; + print ""; + print "rowid\">"; + print img_file(); + print " "; + print "rowid\">$objp->ref\n"; print "$objp->label\n"; print ''.price($objp->price).''; print "\n";