[-] FO : fixed bug Load homefeatured css file in head. - #PSCFV-6316

This commit is contained in:
sLorenzini
2012-12-27 10:51:43 +01:00
parent 54e291b749
commit 8bca84f0bf
+1 -1
View File
@@ -96,7 +96,7 @@ class HomeFeatured extends Module
public function hookHeader($params)
{
$this->context->controller->addCss($this->_path.'homefeatured.css', 'all');
$this->context->controller->addCSS(($this->_path).'homefeatured.css', 'all');
}
public function hookDisplayHome($params)