// 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:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user