[*] MO : updated modules for mobile theme
This commit is contained in:
@@ -57,6 +57,13 @@ class BlockSearch extends Module
|
||||
return $this->hookTop($params);
|
||||
}
|
||||
|
||||
public function hookDisplayMobileHeader($params)
|
||||
{
|
||||
if (Configuration::get('PS_SEARCH_AJAX'))
|
||||
$this->context->controller->addJqueryPlugin('autocomplete');
|
||||
$this->context->controller->addCSS(_THEME_CSS_DIR_.'product_list.css');
|
||||
}
|
||||
|
||||
public function hookHeader($params)
|
||||
{
|
||||
if (Configuration::get('PS_SEARCH_AJAX'))
|
||||
|
||||
Reference in New Issue
Block a user