diff --git a/htdocs/boutique/livre/fiche.php b/htdocs/boutique/livre/fiche.php index 9310ace6ebf..cf03889d0d4 100644 --- a/htdocs/boutique/livre/fiche.php +++ b/htdocs/boutique/livre/fiche.php @@ -277,6 +277,10 @@ else } + /* + * Affichage + */ + print '
| '.nl2br($livre->description)." | "; + print ''.nl2br($livre->description);
+
+ $img = OSC_CATALOG_DIRECTORY."images/".$livre->image;
+
+ if(file_exists($img))
+ {
+ print '
| ";
print ''; $livre->listcategorie(); |