Changeset 19833 for branches/version-2_5-dev/html/user_data/plugins
- Timestamp:
- 2011/01/06 01:28:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/plugins/recommend/tpl/bloc.tpl
r19802 r19833 13 13 <div class="whoboughtleft"><!--{* XXX whoboughtleft は本来左列用なので、動作に不具合があるかもしれない。 *}--> 14 14 15 <a href="<!--{$smarty.const. DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">15 <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrProduct.product_id}-->"> 16 16 <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrProduct.main_list_image|sfNoImageMainList|escape}-->&width=65&height=65" alt="<!--{$arrProduct.name|escape}-->" /></a> 17 17 18 18 <!--{assign var=price02_min value=`$arrProduct.price02_min`}--> 19 19 <!--{assign var=price02_max value=`$arrProduct.price02_max`}--> 20 <h3><a href="<!--{$smarty.const. DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->"><!--{$arrProduct.name|escape}--></a></h3>20 <h3><a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrProduct.product_id}-->"><!--{$arrProduct.name|escape}--></a></h3> 21 21 22 22 <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price">
Note: See TracChangeset
for help on using the changeset viewer.
