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

This commit is contained in:
mMarinetti
2011-10-28 13:51:32 +00:00
parent 8b225a0b63
commit 2be4b67a71
3 changed files with 9 additions and 7 deletions
+2 -4
View File
@@ -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);