// small changes

This commit is contained in:
Rémi Gaillard
2013-02-19 15:02:09 +01:00
parent 23733e0158
commit 7e6728b342
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class StoresControllerCore extends FrontController
}
$smarty->assign('days_datas', $days_datas);
$smarty->assign('id_country', $store['id_country']);
return self::$smarty->fetch(_PS_THEME_DIR_.'store_infos.tpl');
return $this->context->smarty->fetch(_PS_THEME_DIR_.'store_infos.tpl');
}
return false;
}