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/mobile/regist/complete.php

    r12157 r15078  
    1212        $this->tpl_mainpage = 'regist/complete.tpl'; 
    1313        $this->tpl_css = '/css/layout/regist/complete.css'; 
    14         $this->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)'; 
     14        $this->tpl_title = '会員登録(完了ページ)'; 
    1515    } 
    1616} 
     
    1919$objView = new SC_MobileView(); 
    2020 
    21 // ¥«¡¼¥È¤¬¶õ¤«¤É¤¦¤«¤ò³Îǧ¤¹¤ë¡£ 
     21// カートが空かどうかを確認する。 
    2222$objCartSess = new SC_CartSession("", false); 
    2323$objPage->tpl_cart_empty = count($objCartSess->getCartList()) < 1; 
    2424 
    25 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     25// レイアウトデザインを取得 
    2626$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    2727 
Note: See TracChangeset for help on using the changeset viewer.