// Now blocklayered work with PS1.5 and 1.4

// Adding some improvement to the blocklayered : Filters are now customizable (checkbox, radio, ...)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10763 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-11-29 18:03:21 +00:00
parent f787bbd3e6
commit 557e05ae01
8 changed files with 446 additions and 86 deletions
+3 -3
View File
@@ -143,6 +143,9 @@ abstract class ControllerCore
if ($this->checkAccess())
{
if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className)))
$this->setMedia();
// postProcess handles ajaxProcess
$this->postProcess();
@@ -150,10 +153,7 @@ abstract class ControllerCore
$this->redirect();
if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className)))
{
$this->setMedia();
$this->initHeader();
}
$this->initContent();