// Fix strict standard on controllers + modules header / footer include
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8727 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -109,7 +109,7 @@ class SearchControllerCore extends FrontController
|
||||
$this->setTemplate(_PS_THEME_DIR_.'search.tpl');
|
||||
}
|
||||
|
||||
public function displayHeader()
|
||||
public function displayHeader($display = true)
|
||||
{
|
||||
if (!$this->instantSearch AND !$this->ajaxSearch)
|
||||
parent::displayHeader();
|
||||
@@ -117,7 +117,7 @@ class SearchControllerCore extends FrontController
|
||||
$this->context->smarty->assign('static_token', Tools::getToken(false));
|
||||
}
|
||||
|
||||
public function displayFooter()
|
||||
public function displayFooter($display = true)
|
||||
{
|
||||
if (!$this->instantSearch AND !$this->ajaxSearch)
|
||||
parent::displayFooter();
|
||||
|
||||
Reference in New Issue
Block a user