// yet another display fix for new display header/footer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9716 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-10-28 13:51:32 +00:00
parent 4f4609e980
commit 5dfcac4053
3 changed files with 9 additions and 7 deletions
+5 -2
View File
@@ -147,11 +147,14 @@ abstract class ControllerCore
elseif (method_exists($this, 'displayAjax'))
$this->displayAjax();
}
else
$this->display();
}
else
{
$this->initCursedPage();
$this->display();
$this->display();
}
}
public function displayHeader($display = true)