// ajax-tab usage of Dispatcher

// adminHome.tpl
// header.tpl fix


git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8805 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-09-27 14:18:27 +00:00
parent 4c255554fe
commit 41c4897976
6 changed files with 438 additions and 209 deletions
+7 -1
View File
@@ -112,7 +112,13 @@ abstract class ControllerCore
{
$this->init();
$this->action();
$this->display();
if ($this->ajax)
{
$this->displayAjax();
}
else
$this->display();
}
public function displayHeader($display = true)