Ignore:
Timestamp:
2011/01/17 14:53:52 (13 years ago)
Author:
Seasoft
Message:

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

  • パラメータサフィックスの変更 *_URL_PATH → *_URLPATH
File:
1 edited

Legend:

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

    r19833 r19943  
    2828        <div class="recomendleft"> 
    2929 
    30             <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
    31                 <img src="<!--{$smarty.const.SMARTPHONE_URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[cnt].name|h}-->" /></a> 
     30            <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
     31                <img src="<!--{$smarty.const.SMARTPHONE_URLPATH}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[cnt].name|h}-->" /></a> 
    3232             
    3333            <div class="recomendrightblock"> 
    3434                <h3> 
    35                     <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a> 
     35                    <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a> 
    3636                </h3> 
    3737 
     
    5050        <!--{if $arrBestProducts[$cnt2]|count > 0}--> 
    5151        <div class="recomendright"> 
    52             <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"> 
    53                 <img src="<!--{$smarty.const.SMARTPHONE_URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[$cnt2].name|h}-->" /></a> 
     52            <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"> 
     53                <img src="<!--{$smarty.const.SMARTPHONE_URLPATH}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[$cnt2].name|h}-->" /></a> 
    5454 
    5555            <div class="recomendrightblock"> 
    5656                <h3> 
    57                 <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"><!--{$arrBestProducts[$cnt2].name|h}--></a> 
     57                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"><!--{$arrBestProducts[$cnt2].name|h}--></a> 
    5858                </h3> 
    5959 
Note: See TracChangeset for help on using the changeset viewer.