Changeset 21514 for branches/version-2_12-dev/data/class/SC_Display.php
- Timestamp:
- 2012/02/15 19:56:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Display.php
r21479 r21514 103 103 switch ($device) { 104 104 case DEVICE_TYPE_MOBILE: 105 $this->response->setContentType( "text/html");105 $this->response->setContentType('text/html'); 106 106 $this->setView(new SC_MobileView_Ex()); 107 107 break;
Note: See TracChangeset
for help on using the changeset viewer.
