// Remove header and footer display when ajax

This commit is contained in:
Jerome Nadaud
2013-10-28 17:10:53 +01:00
parent a466c6f5f7
commit 38f034f4e0

View File

@@ -1320,6 +1320,8 @@ class AdminControllerCore extends Controller
));
}
$this->layout = 'layout-ajax.tpl';
$this->display_header = false;
$this->display_footer = false;
return $this->display();
}