Ignore:
Timestamp:
2010/07/20 13:25:33 (14 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/class/SC_View.php

    r16741 r18758  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    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.