Suppression de la description

This commit is contained in:
Rodolphe Quiedeville 2005-04-14 12:12:21 +00:00
parent a442af7c6b
commit 79d54b08aa

View File

@ -137,14 +137,11 @@ if ($_GET["id"])
print '<tr><td>'.$langs->trans("Label").'</td><td colspan="3">'.$product->libelle.'</td>';
print '</tr>';
print '<tr><td>'.$langs->trans("Description").'</td><td colspan="3">'.nl2br($product->description).'</td></tr>';
print "</table><br>\n";
// Affiche photos
$nbphoto=$product->show_photos($conf->produit->dir_output,1);
if ($nbphoto < 1) print $langs->trans("NoPhotoYet")."<br><br>";
print "</div>\n";
}
}