Ignore:
Timestamp:
2011/01/20 04:03:25 (13 years ago)
Author:
Seasoft
Message:

#640(URL の index.php ハードコーディングを解消し省略・変更を考慮)

  • IIS動作未確認

#834(パスに関わるパラメータ名が不適切)

  • DIR_INDEX_URL -> DIR_INDEX_PATH
File:
1 edited

Legend:

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

    r19943 r19998  
    2828          <!--{if $tpl_login}--> 
    2929            <!--{* 会員状態 *}--> 
    30             <li><a href="./<!--{$smarty.const.DIR_INDEX_URL}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->"> 
     30            <li><a href="./<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_mypageno == 'index'}--> selected<!--{/if}-->"> 
    3131                購入履歴一覧</a></li> 
    3232            <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}--> 
Note: See TracChangeset for help on using the changeset viewer.