Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/mypage/refusal_complete.php

    r12157 r15078  
    1111    function LC_Page(){ 
    1212        $this->tpl_mainpage = USER_PATH . 'templates/mypage/refusal_complete.tpl'; 
    13         $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(´°Î»¥Ú¡¼¥¸)"; 
     13        $this->tpl_title = "MYページ/退会手続き(完了ページ)"; 
    1414        $this->tpl_navi = USER_PATH . 'templates/mypage/navi.tpl'; 
    1515        $this->tpl_mypageno = 'refusal'; 
     
    2222 
    2323$objCustomer = new SC_Customer(); 
    24 //¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ 
     24//マイページトップ顧客情報表示用 
    2525$objPage->CustomerName1 = $objCustomer->getvalue('name01'); 
    2626$objPage->CustomerName2 = $objCustomer->getvalue('name02'); 
    2727$objPage->CustomerPoint = $objCustomer->getvalue('point'); 
    2828 
    29 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     29// レイアウトデザインを取得 
    3030$objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 
    3131 
Note: See TracChangeset for help on using the changeset viewer.