Ignore:
Timestamp:
2007/07/20 15:58:59 (19 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/change_complete.php

    r12157 r15078  
    1010    function LC_Page(){ 
    1111        $this->tpl_mainpage = USER_PATH . 'templates/mypage/change_complete.tpl'; 
    12         $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(´°Î»¥Ú¡¼¥¸)'; 
     12        $this->tpl_title = 'MYページ/会員登録内容変更(完了ページ)'; 
    1313        $this->tpl_navi = USER_PATH . 'templates/mypage/navi.tpl'; 
    1414        $this->tpl_mypageno = 'change'; 
     
    2020$objCustomer = new SC_Customer(); 
    2121 
    22 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     22// レイアウトデザインを取得 
    2323$objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 
    2424 
    25 //¥í¥°¥¤¥óȽÄê 
     25//ログイン判定 
    2626if (!$objCustomer->isLoginSuccess()){ 
    2727    sfDispSiteError(CUSTOMER_ERROR); 
    2828}else { 
    29     //¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ 
     29    //マイページトップ顧客情報表示用 
    3030    $objPage->CustomerName1 = $objCustomer->getvalue('name01'); 
    3131    $objPage->CustomerName2 = $objCustomer->getvalue('name02'); 
Note: See TracChangeset for help on using the changeset viewer.