// removing cookie from product customization

This commit is contained in:
tDidierjean
2011-07-21 14:38:04 +00:00
parent 5e3d0882ad
commit a264942b1a
48 changed files with 421 additions and 348 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class PageNotFoundControllerCore extends FrontController
{
public function displayContent()
{
$this->smarty->display(_PS_THEME_DIR_.'404.tpl');
self::$smarty->display(_PS_THEME_DIR_.'404.tpl');
}
}