Changeset 21649 for branches/version-2_12-dev/data/class/SC_Display.php
- Timestamp:
- 2012/03/15 15:44:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Display.php
r21552 r21649 104 104 switch ($device) { 105 105 case DEVICE_TYPE_MOBILE: 106 $this->response->setContentType('text/html'); 107 $this->setView(new SC_MobileView_Ex()); 106 if (USE_MOBILE === false) { 107 exit; 108 } 109 $this->response->setContentType('text/html'); 110 $this->setView(new SC_MobileView_Ex()); 108 111 break; 109 112 case DEVICE_TYPE_SMARTPHONE:
Note: See TracChangeset
for help on using the changeset viewer.
