{* $Id: mod_product_images.tpl,v 1.16.2.1 2007/2/10 08:02:40 max Exp $ *} {if $images ne ""} {capture name=dialog}
{section name=image loop=$images} {if {$images[image].image_path neq ""} {/if} {/section}
{thumb file=`$images[image].image_path` longside="100" link="false" html="alt='`$product.product`' border='0'"}
{$product.product}
{/capture} {include file="blank_dialog.tpl" content=$smarty.capture.dialog extra='width="100%"'} {/if}