Ignore:
Timestamp:
2011/01/19 19:38:19 (13 years ago)
Author:
Seasoft
Message:

#834(パスに関わるパラメータ名が不適切)

  • TPL_DIR -> TPL_URLPATH
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/cart.tpl

    r19943 r19983  
    2121 *}--> 
    2222<div class="bloc_outer"> 
    23     <h2><img src="<!--{$TPL_DIR}-->img/icon/ico_block_cart.gif" width="20" height="20" alt="*" class="title_icon" /> 
     23    <h2><img src="<!--{$TPL_URLPATH}-->img/icon/ico_block_cart.gif" width="20" height="20" alt="*" class="title_icon" /> 
    2424        現在のカゴの中</h2> 
    2525    <div id="cartarea" class="bloc_body"> 
     
    3636        </p> 
    3737        <p class="btn"> 
    38             <a href="<!--{$smarty.const.CART_URLPATH}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_block_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_block_cartin.gif','button_cartin');"> 
    39                 <img src="<!--{$TPL_DIR}-->img/button/btn_block_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin" id="button_cartin" /></a> 
     38            <a href="<!--{$smarty.const.CART_URLPATH}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_block_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_block_cartin.gif','button_cartin');"> 
     39                <img src="<!--{$TPL_URLPATH}-->img/button/btn_block_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin" id="button_cartin" /></a> 
    4040        </p> 
    4141    </div> 
Note: See TracChangeset for help on using the changeset viewer.