- 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/mobile/mypage/refusal_complete.php (modified) (3 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/mobile/mypage/refusal_complete.php
r12157 r15078 7 7 * 8 8 * 9 * Âà²ñ´°Î»9 * 退会完了 10 10 */ 11 11 … … 15 15 function LC_Page(){ 16 16 $this->tpl_mainpage = 'mypage/refusal_complete.tpl'; 17 $this->tpl_title = "MY ¥Ú¡¼¥¸/Âà²ñ¼ê³¤(´°Î»¥Ú¡¼¥¸)";17 $this->tpl_title = "MYページ/退会手続き(完了ページ)"; 18 18 $this->point_disp = false; 19 19 } … … 24 24 25 25 $objCustomer = new SC_Customer(); 26 // ¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ26 //マイページトップ顧客情報表示用 27 27 $objPage->CustomerName1 = $objCustomer->getvalue('name01'); 28 28 $objPage->CustomerName2 = $objCustomer->getvalue('name02'); 29 29 $objPage->CustomerPoint = $objCustomer->getvalue('point'); 30 30 31 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ31 // レイアウトデザインを取得 32 32 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 33 33
Note: See TracChangeset
for help on using the changeset viewer.
