Changeset 18595


Ignore:
Timestamp:
2010/03/03 12:06:38 (14 years ago)
Author:
shutta
Message:

SC_SiteViewと同じの引数が渡せるように、SC_MobileViewを変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4-dev/data/class/SC_View.php

    r16741 r18595  
    221221 
    222222class SC_MobileView extends SC_SiteView { 
    223     function SC_MobileView() { 
    224         parent::SC_SiteView(); 
     223    function SC_MobileView($cart = true) { 
     224        parent::SC_SiteView($cart); 
    225225        $this->_smarty->template_dir = MOBILE_TEMPLATE_DIR; 
    226226        $this->_smarty->compile_dir = MOBILE_COMPILE_DIR; 
Note: See TracChangeset for help on using the changeset viewer.