From 8bca84f0bf882dda3bf2b0c03b9ddcd62d593009 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Thu, 27 Dec 2012 10:51:43 +0100 Subject: [PATCH] [-] FO : fixed bug Load homefeatured css file in head. - #PSCFV-6316 --- modules/homefeatured/homefeatured.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homefeatured/homefeatured.php b/modules/homefeatured/homefeatured.php index 9b37346a1..1437141dc 100644 --- a/modules/homefeatured/homefeatured.php +++ b/modules/homefeatured/homefeatured.php @@ -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)