// Fix bug with module producttooltip
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15923 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -133,8 +133,7 @@ class ProductToolTip extends Module
|
||||
|
||||
public function hookHeader($params)
|
||||
{
|
||||
$this->context->controller->addCSS(__PS_BASE_URI__.'css/jquery.jgrowl.css', 'all');
|
||||
$this->context->controller->addJS(__PS_BASE_URI__.'js/jquery/jquery.jgrowl-1.2.1.min.js');
|
||||
$this->context->controller->addJQueryPlugin('jgrowl');
|
||||
}
|
||||
|
||||
public function hookProductFooter($params)
|
||||
|
||||
Reference in New Issue
Block a user