Ignore:
Timestamp:
2010/11/06 22:05:34 (16 years ago)
Author:
Yammy
Message:

smartphone view追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_View.php

    r18975 r19080  
    228228    } 
    229229} 
     230 
     231class 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} 
    230238?> 
Note: See TracChangeset for help on using the changeset viewer.