Ignore:
Timestamp:
2011/01/24 11:44:51 (13 years ago)
Author:
yomoro
Message:

#931 (商品詳細画像をiPhone4 Retina Display対応にする)デモ対応。結果によっては差し戻します。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/sphone/products/detail.tpl

    r20019 r20035  
    174174                <!--{/if}--> 
    175175            > 
    176                 <img src="<!--{$arrFile[$key].filepath|h}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /><br /> 
     176                <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_large_image|h}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /><br /> 
    177177                <!--★拡大する★--> 
    178178                <!--{if $arrProduct.main_large_image|strlen >= 1}--> 
Note: See TracChangeset for help on using the changeset viewer.