//remove mobile theme

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15138 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-05-09 20:57:15 +00:00
parent 0a0f47efbb
commit 4f3e19ed5f
27 changed files with 34 additions and 537 deletions
@@ -107,13 +107,6 @@ class BlockLanguages extends Module
{
$this->context->controller->addCSS($this->_path.'blocklanguages.css', 'all');
}
public function hookDisplayMobileFooterChoice($params)
{
if (!$this->_prepareHook($params))
return;
return $this->display(__FILE__, 'blockmobilelanguages.tpl');
}
}