How to add css and js file in head section opencart
Include Css file code:
$this->document->addStyle('catalog/view/theme/themename/stylesheet/product.css');
Include Js file code:
$this->document->addScript('catalog/view/theme/themename/js/product.js');
No comments:
Post a Comment