Changeset 23166


Ignore:
Timestamp:
2013/08/30 14:23:39 (11 years ago)
Author:
m_uehara
Message:

#2283 画像のリンク切れを修正

Location:
branches/version-2_13_0/data/Smarty/templates/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/default/frontparts/bloc/recommend.tpl

    r23126 r23166  
    3131                            <div class="productImage"> 
    3232                                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"> 
    33                                     <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$arrProduct.name|h}-->" /> 
     33                                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$arrProduct.name|h}-->" /> 
    3434                                </a> 
    3535                            </div> 
  • branches/version-2_13_0/data/Smarty/templates/default/shopping/confirm.tpl

    r23126 r23166  
    267267                                        <!--{/if}--> 
    268268                                    > 
    269                                         <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65px;" alt="<!--{$item.productsClass.name|h}-->" /></a> 
     269                                        <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65px;" alt="<!--{$item.productsClass.name|h}-->" /></a> 
    270270                                </td> 
    271271                                <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br /> 
Note: See TracChangeset for help on using the changeset viewer.