Exemplo n.º 1
0
 function SC_MobileView()
 {
     parent::SC_SiteView();
     $this->_smarty->template_dir = MOBILE_TEMPLATE_DIR;
     $this->_smarty->compile_dir = MOBILE_COMPILE_DIR;
 }