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