// 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:
@@ -391,12 +391,9 @@ class AdminHomeControllerCore extends AdminController
|
||||
|
||||
}
|
||||
|
||||
public function displayAjax()
|
||||
{
|
||||
echo $this->content;
|
||||
}
|
||||
public function ajaxProcessGetAdminHomeElement()
|
||||
{
|
||||
$this->content_only = true;
|
||||
$result = array();
|
||||
$content = '';
|
||||
|
||||
@@ -512,6 +509,7 @@ class AdminHomeControllerCore extends AdminController
|
||||
$upgrade = new Upgrader();
|
||||
$upgrade->checkPSVersion();
|
||||
}
|
||||
|
||||
$smarty->assign('upgrade', $upgrade);
|
||||
|
||||
$smarty->assign('show_screencast', $this->context->employee->show_screencast);
|
||||
|
||||
Reference in New Issue
Block a user