Changeset 18596


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/SC_View.php

    r18572 r18596  
    220220 
    221221class SC_MobileView extends SC_SiteView { 
    222     function SC_MobileView() { 
    223         parent::SC_SiteView(); 
     222    function SC_MobileView($setPrevURL = true) { 
     223        parent::SC_SiteView($setPrevURL); 
    224224        $this->_smarty->template_dir = MOBILE_TEMPLATE_DIR; 
    225225        $this->_smarty->compile_dir = MOBILE_COMPILE_DIR; 
Note: See TracChangeset for help on using the changeset viewer.