Ignore:
Timestamp:
2011/01/01 19:39:17 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r19805 r19807  
    5151        $this->tpl_title = 'MYページ'; 
    5252        $this->tpl_subtitle = '会員登録内容変更(入力ページ)'; 
    53         $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl'; 
     53        $this->tpl_navi = TEMPLATE_REALDIR . 'mypage/navi.tpl'; 
    5454        $this->tpl_mainno = 'mypage'; 
    5555        $this->tpl_mypageno = 'change'; 
     
    147147 
    148148                //確認ページへ 
    149                 $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change_confirm.tpl'; 
     149                $this->tpl_mainpage = TEMPLATE_REALDIR . 'mypage/change_confirm.tpl'; 
    150150                $this->tpl_subtitle = '会員登録内容変更(確認ページ)'; 
    151151                $passlen = strlen($this->arrForm['password']); 
Note: See TracChangeset for help on using the changeset viewer.