Ignore:
Timestamp:
2011/01/07 11:02:41 (13 years ago)
Author:
yomoro
Message:

画像のリンク切れ修正

File:
1 edited

Legend:

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

    r19833 r19849  
    176176                    href="<!--{$smarty.const.IMAGE_SAVE_URL_PATH}--><!--{$arrProduct.main_large_image|h}-->" 
    177177                    class="expansion" 
    178                     onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion_on.gif','expansion01');" 
    179                     onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion.gif','expansion01');" 
     178                    onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_expansion_on.gif','expansion01');" 
     179                    onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_expansion.gif','expansion01');" 
    180180                    target="_blank" 
    181181                <!--{/if}--> 
     
    184184                <!--★拡大する★--> 
    185185                <!--{if $arrProduct.main_large_image|strlen >= 1}--> 
    186                     <img src="<!--{$TPL_DIR}-->img/products/b_expansion.gif" width="85" height="13" alt="画像を拡大する" name="expansion01" id="expansion01" /> 
     186                    <img src="<!--{$TPL_DIR}-->img/button/btn_expansion.gif" width="85" height="13" alt="画像を拡大する" name="expansion01" id="expansion01" /> 
    187187                <!--{/if}--> 
    188188            </a> 
Note: See TracChangeset for help on using the changeset viewer.