コード例 #1
0
ファイル: SC_View.php プロジェクト: khrisna/eccubedrm
 function SC_MobileView()
 {
     parent::SC_SiteView();
     $this->_smarty->template_dir = MOBILE_TEMPLATE_DIR;
     $this->_smarty->compile_dir = MOBILE_COMPILE_DIR;
 }