From 3fdb9d9eec8a525f0f555653c15cc34b0b33fadd Mon Sep 17 00:00:00 2001 From: aNiassy Date: Mon, 10 Oct 2011 13:03:51 +0000 Subject: [PATCH] [-] FO : #PSCFI-3680 deleted an extraneous slash for the path of blockstore.css git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9185 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockstore/blockstore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blockstore/blockstore.php b/modules/blockstore/blockstore.php index 127caa292..31e9acf3d 100644 --- a/modules/blockstore/blockstore.php +++ b/modules/blockstore/blockstore.php @@ -71,7 +71,7 @@ class BlockStore extends Module function hookHeader($params) { - $this->context->controller->addCSS($this->_path.'/blockstore.css', 'all'); + $this->context->controller->addCSS($this->_path.'blockstore.css', 'all'); } public function postProcess()