- Timestamp:
- 2007/09/28 22:42:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/mobile/mypage/history.php
r15532 r16170 1 1 <?php 2 2 /** 3 * 3 * 4 4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 5 5 * 6 6 * http://www.lockon.co.jp/ 7 * 7 * 8 8 * 9 9 * MyPage … … 14 14 class LC_Page{ 15 15 function LC_Page() { 16 $this->tpl_mainpage = 'mypage/history.tpl';16 $this->tpl_mainpage = MOBILE_TEMPLATE_DIR . 'mypage/history.tpl'; 17 17 $this->tpl_title = 'MYページ/購入履歴一覧'; 18 18 session_cache_limiter('private-no-expire'); … … 29 29 30 30 // レイアウトデザインを取得 31 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 31 //$objLayout = new SC_Helper_PageLayout_Ex(); 32 //$objLayout->sfGetPageLayout($objPage, false, "mypage/index.php"); 32 33 33 34 // ログインチェック 34 35 if(!isset($_SESSION['customer'])) { 35 36 SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 36 37 } 37 38
Note: See TracChangeset
for help on using the changeset viewer.