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_Refusal.php

    r16630 r18609  
    4545        parent::init(); 
    4646        $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/refusal.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_mainno = 'mypage'; 
     
    8485 
    8586            $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/refusal_confirm.tpl'; 
    86             $this->tpl_title = "MYページ/退会手続き(確認ページ)"; 
     87            $this->tpl_subtitle = '退会手続き(確認ページ)'; 
    8788 
    8889            // 確認ページを経由したことを登録 
     
    133134        //ログイン判定 
    134135        if (!$objCustomer->isLoginSuccess(true)){ 
    135             SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
     136            SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR); 
    136137        }else { 
    137138            //マイページトップ顧客情報表示用 
     
    142143 
    143144        if (isset($_POST['no'])) { 
    144             $this->sendRedirect($this->getLocation("./index.php"), true); 
     145            $this->sendRedirect($this->getLocation(DIR_INDEX_URL), true); 
    145146            exit; 
    146147        } elseif (isset($_POST['complete'])){ 
Note: See TracChangeset for help on using the changeset viewer.