Changeset 19080 for branches/camp/camp-2_5-E/data/class/SC_View.php
- Timestamp:
- 2010/11/06 22:05:34 (16 years ago)
- File:
-
- 1 edited
-
branches/camp/camp-2_5-E/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/class/SC_View.php
r18975 r19080 228 228 } 229 229 } 230 231 class SC_SmartphoneView extends SC_SiteView { 232 function SC_SmartphoneView($setPrevURL = true) { 233 parent::SC_SiteView($setPrevURL); 234 $this->_smarty->template_dir = SMARTPHONE_TEMPLATE_DIR; 235 $this->_smarty->compile_dir = SMARTPHONE_COMPILE_DIR; 236 } 237 } 230 238 ?>
Note: See TracChangeset
for help on using the changeset viewer.
