// fix newsletter block

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10885 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-12-02 17:21:24 +00:00
parent 22f2208690
commit c37cf6d657
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ class Blocknewsletter extends Module
return $this->display(__FILE__, 'blocknewsletter.tpl');
}
public function hookHeader($params)
public function hookDisplayHeader($params)
{
$this->context->controller->addCSS(($this->_path).'blocknewsletter.css', 'all');
}