- Timestamp:
- 2012/02/06 11:05:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage.php
r21420 r21441 50 50 parent::init(); 51 51 $this->tpl_mypageno = 'index'; 52 if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE) {52 if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE) { 53 53 $this->tpl_subtitle = 'MYページ'; 54 54 } else { … … 88 88 $this->arrOrder = $this->lfGetOrderHistory($customer_id, $this->objNavi->start_row); 89 89 90 switch ($this->getMode()){90 switch ($this->getMode()) { 91 91 case "getList": 92 92 echo SC_Utils_Ex::jsonEncode($this->arrOrder);
Note: See TracChangeset
for help on using the changeset viewer.
