Ignore:
Timestamp:
2009/11/28 16:16:56 (14 years ago)
Author:
Seasoft
Message:
  • フロント機能での定数「DETAIL_P_HTML」「MOBILE_DETAIL_P_HTML」利用の徹底。
  • 用語統一 「商品購入詳細」→「商品詳細」
  • 念のためにエスケープを追加
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/mypage/history.tpl

    r18254 r18397  
    5858      <tr> 
    5959        <td><!--{$arrDisp.product_code[cnt]|escape}--></td> 
    60         <td><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrDisp.product_id[cnt]}-->"><!--{$arrDisp.product_name[cnt]|escape}--></a></td> 
     60        <td><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrDisp.product_id[cnt]|escape:url}-->"><!--{$arrDisp.product_name[cnt]|escape}--></a></td> 
    6161        <!--{assign var=price value=`$arrDisp.price[cnt]`}--> 
    6262        <!--{assign var=quantity value=`$arrDisp.quantity[cnt]`}--> 
Note: See TracChangeset for help on using the changeset viewer.