// Fix add to cart

This commit is contained in:
rGaillard
2011-10-27 15:37:42 +00:00
parent f009599268
commit 3aa07f53df
+7 -3
View File
@@ -120,11 +120,15 @@ abstract class ControllerCore
// postProcess handles ajaxProcess
$this->postProcess();
$this->setMedia();
$this->initHeader();
if ($this->display_header)
{
$this->setMedia();
$this->initHeader();
}
$this->initContent();
$this->initFooter();
if ($this->display_footer)
$this->initFooter();
if ($this->ajax)
{