Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r19799 r19802  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/jquery.facebox/facebox.js"></script> 
    23 <link rel="stylesheet" type="text/css" href="<!--{$smarty.const.URL_DIR}-->js/jquery.facebox/facebox.css" media="screen" /> 
     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" /> 
    2424<script type="text/javascript">//<![CDATA[ 
    2525// 規格2に選択肢を割り当てる。 
     
    154154$(document).ready(function() { 
    155155    $('a.expansion').facebox({ 
    156         loadingImage : '<!--{$smarty.const.URL_DIR}-->js/jquery.facebox/loading.gif', 
    157         closeImage   : '<!--{$smarty.const.URL_DIR}-->js/jquery.facebox/closelabel.png' 
     156        loadingImage : '<!--{$smarty.const.URL_PATH}-->js/jquery.facebox/loading.gif', 
     157        closeImage   : '<!--{$smarty.const.URL_PATH}-->js/jquery.facebox/closelabel.png' 
    158158    }); 
    159159}); 
     
    290290                <p> 
    291291                    <!--{section name=s loop=$arrRelativeCat[r]}--> 
    292                     <a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrRelativeCat[r][s].category_id}-->"><!--{$arrRelativeCat[r][s].category_name}--></a> 
     292                    <a href="<!--{$smarty.const.URL_PATH}-->products/list.php?category_id=<!--{$arrRelativeCat[r][s].category_id}-->"><!--{$arrRelativeCat[r][s].category_name}--></a> 
    293293                    <!--{if !$smarty.section.s.last}--><!--{$smarty.const.SEPA_CATNAVI}--><!--{/if}--> 
    294294                    <!--{/section}--> 
     
    493493 
    494494                    <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|u}-->"> 
    495                         <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|h}-->" /></a> 
     495                        <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|h}-->" /></a> 
    496496 
    497497                    <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
     
    518518 
    519519                    <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|u}-->"> 
    520                         <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|h}-->" /></a> 
     520                        <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|h}-->" /></a> 
    521521 
    522522                    <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
Note: See TracChangeset for help on using the changeset viewer.