Changeset 21065


Ignore:
Timestamp:
2011/07/28 11:06:10 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版商品詳細ページメイン拡大画像サイズ変更(lightBox用)

File:
1 edited

Legend:

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

    r21050 r21065  
    7777        <li id="mainImage0"> 
    7878        <!--{if $arrProduct.main_large_image|strlen >= 1}--> 
    79             <a rel="lightbox" data-ajax="false" href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_large_image|h}-->"> 
     79            <a rel="lightbox" data-ajax="false" href="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProduct.main_large_image|h}-->&amp;width=200&amp;height=200"> 
    8080                <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_large_image|h}-->" alt="<!--{$arrProduct.name|h}-->" width="200" height="200" /></a> 
    8181        <!--{else}--> 
Note: See TracChangeset for help on using the changeset viewer.