{$Think.lang.v_commend_product}
{tag:common name="rs" table="product" where="lang='cn' and find_in_set('view',status) and find_in_set('commend',status)" num="10" order="sequence desc,id desc"}
{/tag:common}
{$rs.title}
¥{$rs.price}
»{$Think.lang.v_detail}
{php}if(!empty($rs['status'])){
if(in_array("hot",explode(',',$rs['status']))){
echo '';
}
if(in_array("new",explode(',',$rs['status']))){
echo '';
}
}{/php}
{$Think.lang.about}
{$aboutus|htmlspecialchars_decode}