Exemplo n.º 1
0
 /**
  * @access public
  * Active le test de l'installation de smarty 3
  */
 public function testInstall()
 {
     return backend_model_smarty::getInstance()->testInstall();
 }
Exemplo n.º 2
0
 /**
  * @param null $index
  */
 public static function getConfigDir($index = null)
 {
     backend_model_smarty::getInstance()->getConfigDir($index);
 }