[-] FO : #PSFV-569 - Fix bug with instant search

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13593 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-24 09:52:37 +00:00
parent 12bc5a990c
commit 7e5c73c277
3 changed files with 16 additions and 4 deletions
+7
View File
@@ -40,7 +40,14 @@ class SearchControllerCore extends FrontController
parent::init();
$this->instant_search = Tools::getValue('instantSearch');
$this->ajax_search = Tools::getValue('ajaxSearch');
if ($this->instant_search || $this->ajax_search)
{
$this->display_header = false;
$this->display_footer = false;
}
}
/**