- Timestamp:
- 2010/10/01 21:39:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php
r18820 r18838 48 48 */ 49 49 function init() { 50 50 51 parent::init(); 51 52 $this->tpl_mainpage = TEMPLATE_DIR .'mypage/favorite.tpl'; … … 68 69 $objQuery = new SC_Query(); 69 70 $objCustomer = new SC_Customer(); 70 71 72 // 退会判定用情報の取得 73 $this->tpl_login = $objCustomer->isLoginSuccess(); 74 71 75 // レイアウトデザインを取得 72 76 $objLayout = new SC_Helper_PageLayout_Ex();
Note: See TracChangeset
for help on using the changeset viewer.