- Timestamp:
- 2007/07/20 15:58:59 (19 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 edited
- 2 copied
-
. (copied) (copied from branches/rel) (1 prop)
-
html (copied) (copied from branches/rel/html)
-
html/mypage/change_complete.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update
-
Property
svn:ignore
set to
.cache
.settings
.projectOptions
-
Property
svn:ignore
set to
-
branches/feature-module-update/html/mypage/change_complete.php
r12157 r15078 10 10 function LC_Page(){ 11 11 $this->tpl_mainpage = USER_PATH . 'templates/mypage/change_complete.tpl'; 12 $this->tpl_title = 'MY ¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(´°Î»¥Ú¡¼¥¸)';12 $this->tpl_title = 'MYページ/会員登録内容変更(完了ページ)'; 13 13 $this->tpl_navi = USER_PATH . 'templates/mypage/navi.tpl'; 14 14 $this->tpl_mypageno = 'change'; … … 20 20 $objCustomer = new SC_Customer(); 21 21 22 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ22 // レイアウトデザインを取得 23 23 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 24 24 25 // ¥í¥°¥¤¥óȽÄê25 //ログイン判定 26 26 if (!$objCustomer->isLoginSuccess()){ 27 27 sfDispSiteError(CUSTOMER_ERROR); 28 28 }else { 29 // ¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ29 //マイページトップ顧客情報表示用 30 30 $objPage->CustomerName1 = $objCustomer->getvalue('name01'); 31 31 $objPage->CustomerName2 = $objCustomer->getvalue('name02');
Note: See TracChangeset
for help on using the changeset viewer.
