diff --git a/superabandonedcart.php b/superabandonedcart.php index af510b3..ce60afb 100755 --- a/superabandonedcart.php +++ b/superabandonedcart.php @@ -76,8 +76,8 @@ public function install() } public function hookDisplayBackOfficeHeader(){ - $this->context->controller->addCss($this->_path.'css/tab.css'); - $this->context->controller->addJs($this->_path.'js/js.js'); + $this->context->controller->addCss($this->_path.'views/css/tab.css'); + $this->context->controller->addJs($this->_path.'views/js/js.js'); } public function uninstall()