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()