//remove mobile theme

This commit is contained in:
vAugagneur
2012-05-09 20:57:15 +00:00
parent 0eac67397e
commit ee8b8df66a
27 changed files with 34 additions and 537 deletions
-13
View File
@@ -50,19 +50,6 @@ class BlockSearch extends Module
return false;
return true;
}
public function hookDisplayMobileTop($params)
{
$this->smarty->assign('hook_mobile', true);
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)
{