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

This commit is contained in:
mDeflotte
2012-02-24 09:52:37 +00:00
parent facbdfb453
commit 400784f381
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;
}
}
/**