--- book/catalog/functions/print_product.php Mon Nov 22 03:16:40 2004 +++ patches.book/catalog/functions/print_product.php Mon Nov 22 02:57:23 2004 @@ -1,6 +1,8 @@ product_id) + { $image_tag = $p->thumbnail(); if (!empty($image_tag)) { @@ -13,7 +15,7 @@ print paragraph($image_tag, nl2br($p->description)); print_styles($p); - + } print_children($p); } ?>