Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/pages/mypage/LC_Page_Mypage_ChangeComplete.php

    r16582 r18609  
    4545        parent::init(); 
    4646        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change_complete.tpl'; 
    47         $this->tpl_title = 'MYページ/会員登録内容変更(完了ページ)'; 
     47        $this->tpl_title = 'MYページ'; 
     48        $this->tpl_subtitle = '会員登録内容変更(完了ページ)'; 
    4849        $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl'; 
    4950        $this->tpl_mypageno = 'change'; 
     
    103104        //ログイン判定 
    104105        if (!$objCustomer->isLoginSuccess(true)){ 
    105             SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
     106            SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR); 
    106107        }else { 
    107108            //マイページトップ顧客情報表示用 
Note: See TracChangeset for help on using the changeset viewer.