//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
@@ -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');
}
}