{php}$products = getHotPro(1,10);$type = getNavByType(1,'products');{/php}
{foreach name="$products" item="pro" key="k"}
{php}$path = getlink($pro['type_id'],'products');{/php}
{php} if($type['width'] == 0 || $type['height'] == 0){
$img = '__IMG__/'.$pro['pic'];
}else{
$img = imageResize('096cn/public/'.$pro['pic'],$type['width'],$type['height'],2);
}{/php}
{/foreach}