Changeset 18595 for branches/version-2_4-dev
- Timestamp:
- 2010/03/03 12:06:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4-dev/data/class/SC_View.php
r16741 r18595 221 221 222 222 class SC_MobileView extends SC_SiteView { 223 function SC_MobileView( ) {224 parent::SC_SiteView( );223 function SC_MobileView($cart = true) { 224 parent::SC_SiteView($cart); 225 225 $this->_smarty->template_dir = MOBILE_TEMPLATE_DIR; 226 226 $this->_smarty->compile_dir = MOBILE_COMPILE_DIR;
Note: See TracChangeset
for help on using the changeset viewer.