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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13303 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-14 13:20:17 +00:00
parent 6af101f339
commit cecc3721d4
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);
}
/**