// Improve multishop ergonomy with a link to missing url on shop list

This commit is contained in:
rMalie
2012-02-14 13:20:17 +00:00
parent 7a532506ea
commit 1edd5d5148
6 changed files with 62 additions and 44 deletions
+2 -2
View File
@@ -88,9 +88,9 @@ class HelperCore
}
if (isset($override_tpl_path) && file_exists($override_tpl_path))
return $this->context->smarty->createTemplate($override_tpl_path);
return $this->context->smarty->createTemplate($override_tpl_path, $this->context->smarty);
else
return $this->context->smarty->createTemplate($this->base_folder.$tpl_name);
return $this->context->smarty->createTemplate($this->base_folder.$tpl_name, $this->context->smarty);
}
/**