From 910f58402c8661682a754a2137985297b15a5cd1 Mon Sep 17 00:00:00 2001 From: vinvin27 Date: Thu, 25 Jun 2015 13:07:47 +1000 Subject: [PATCH] move css/js --- superabandonedcart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()