Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r19802 r19833  
    2828        <div class="recomendleft"> 
    2929 
    30             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
     30            <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
    3131                <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=48&amp;height=48" alt="<!--{$arrBestProducts[cnt].name|h}-->" /></a> 
    3232 
    3333            <h3> 
    34                 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a> 
     34                <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a> 
    3535            </h3> 
    3636 
     
    4949            <!--{if $arrBestProducts[$cnt2]|count > 0}--> 
    5050 
    51             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"> 
     51            <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"> 
    5252                <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|h}-->&amp;width=48&amp;height=48" alt="<!--{$arrBestProducts[$cnt2].name|h}-->" /></a> 
    5353 
    5454            <h3> 
    55             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"><!--{$arrBestProducts[$cnt2].name|h}--></a> 
     55            <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"><!--{$arrBestProducts[$cnt2].name|h}--></a> 
    5656            </h3> 
    5757 
Note: See TracChangeset for help on using the changeset viewer.