<{capture name=goodsLoop}> <{assign var='zindex' value='1000'}> <{foreach from=$data.goods item=g key=key name=goodslist}> <{capture name=goodsImg}>
" target="_blank" title="<{$g.name}>"> <{if $setting.goodsImgWidth}>width="<{$setting.goodsImgWidth}>"<{/if}> <{if $setting.goodsImgHeight}>height="<{$setting.goodsImgHeight}>"<{/if}> <{/if}> src="<{$g.small_pic|storager}>" alt="<{$g.name}>">
<{/capture}> <{capture name=goodsName}> <{/capture}> <{capture name=goodsDesc}> <{/capture}>
%;">
<{$smarty.capture.goodsImg}>
<{$smarty.capture.goodsDesc}>
<{if $setting.column!=1 &&($smarty.foreach.goodslist.iteration % $setting.column|default:4) == 0}>
<{/if}> <{/foreach}>
<{/capture}>
<{$smarty.capture.goodsCat}> <{$smarty.capture.goodsLoop}>