diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 240ce00af6f..7369b6ad639 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -106,7 +106,7 @@ else { print "
"; print "\n"; - print "\n"; + print "\n"; if (sizeof ($prods) > 0) { @@ -116,7 +116,11 @@ else $i++; $var=!$var; print "\t\n"; - print "\t\t\n"; + print "\t\t\n"; + print "\t\t\n"; print "\t\t\n"; print "\t\n"; }
".$langs->trans("ProductsAndServices")."
".$langs->trans("ProductsAndServices")."
".$prod->libelle.""; + if ($prod->type == 1) print img_object($langs->trans("ShowService"),"service"); + else print img_object($langs->trans("ShowProduct"),"product"); + print "".$prod->ref."".$prod->libelle."".$prod->description."