Ignore:
Timestamp:
2011/01/19 15:46:57 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • パラメータ名の変更 URL_PATH → ROOT_URLPATH
File:
1 edited

Legend:

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

    r19943 r19972  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.facebox/facebox.js"></script> 
    23 <link rel="stylesheet" type="text/css" href="<!--{$smarty.const.URL_PATH}-->js/jquery.facebox/facebox.css" media="screen" /> 
     22<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.js"></script> 
     23<link rel="stylesheet" type="text/css" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.css" media="screen" /> 
    2424<script type="text/javascript">//<![CDATA[ 
    2525var send = true; 
     
    3737$(document).ready(function() { 
    3838    $('a.expansion').facebox({ 
    39         loadingImage : '<!--{$smarty.const.URL_PATH}-->js/jquery.facebox/loading.gif', 
    40         closeImage   : '<!--{$smarty.const.URL_PATH}-->js/jquery.facebox/closelabel.png' 
     39        loadingImage : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/loading.gif', 
     40        closeImage   : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/closelabel.png' 
    4141    }); 
    4242}); 
     
    7272                            <!--{/if}--> 
    7373                        > 
    74                             <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=40&amp;height=40" alt="<!--{$item.productsClass.name|h}-->" /></a> 
     74                            <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=40&amp;height=40" alt="<!--{$item.productsClass.name|h}-->" /></a> 
    7575                    </td> 
    7676                    <td> 
     
    174174                            <!--{/if}--> 
    175175                        > 
    176                             <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a> 
     176                            <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a> 
    177177                      </td> 
    178178                      <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br /> 
Note: See TracChangeset for help on using the changeset viewer.