Changeset 17967 for branches/comu-ver2/data/Smarty/templates/default/admin/products/product_select.tpl
- Timestamp:
- 2009/04/10 12:41:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/products/product_select.tpl
r17610 r17967 83 83 <tr> 84 84 <td align="center"> 85 <!--{if $arrProducts[cnt].main_list_image != ""}--> 86 <!--{assign var=image_path value="`$arrProducts[cnt].main_list_image`"}--> 87 <!--{else}--> 88 <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 89 <!--{/if}--> 90 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|escape}-->" /> 85 <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|escape}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|escape}-->" /> 91 86 </td> 92 87 <td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td>
Note: See TracChangeset
for help on using the changeset viewer.