This commit is contained in:
mMarinetti
2011-11-03 18:38:52 +00:00
parent 915b62e173
commit a42bfcef51
+1 -1
View File
@@ -58,7 +58,7 @@ class HelperCore
public function setTpl($tpl)
{
if (file_exists($this->context->smarty->template_dir[0].'/'.$tpl))
$this->tpl = $this->context->smarty->createTemplate($tpl);
$this->tpl = $this->context->smarty->createTemplate($tpl);
}
/**