Changeset 20614 for branches/version-2_5-dev/data/class
- Timestamp:
- 2011/03/11 21:15:21 (15 years ago)
- Location:
- branches/version-2_5-dev/data/class/pages/mypage
- Files:
-
- 2 edited
-
LC_Page_AbstractMypage.php (modified) (1 diff)
-
LC_Page_Mypage_Refusal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/mypage/LC_Page_AbstractMypage.php
r20534 r20614 46 46 // mypage 共通 47 47 $this->tpl_title = 'MYページ'; 48 $this->tpl_navi = TEMPLATE_REALDIR .'mypage/navi.tpl';48 $this->tpl_navi = 'mypage/navi.tpl'; 49 49 $this->tpl_mainno = 'mypage'; 50 50 } -
branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Refusal.php
r20541 r20614 66 66 switch ($this->getMode()){ 67 67 case 'confirm': 68 $this->tpl_mainpage = TEMPLATE_REALDIR .'mypage/refusal_confirm.tpl';68 $this->tpl_mainpage = 'mypage/refusal_confirm.tpl'; 69 69 $this->tpl_subtitle = '退会手続き(確認ページ)'; 70 70 break;
Note: See TracChangeset
for help on using the changeset viewer.
