Skip to content

Commit

Permalink
move css/js
Browse files Browse the repository at this point in the history
  • Loading branch information
vinvin27 committed Jun 25, 2015
1 parent 103c0f4 commit 910f584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superabandonedcart.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 910f584

Please sign in to comment.