phinq1910 Posted November 16, 2016 Share Posted November 16, 2016 (edited) I have create a module on prestashop 1.7 I have using addCss on hookActionFrontControllerSetMedia but seems it not working. Why?! public function hookActionFrontControllerSetMedia($params) { $this->context->controller->addCss(_PS_BASE_URL_.__PS_BASE_URI__.'/imymodule/css/prestashop.css', 'all'); } Please help, Thank you Edited November 16, 2016 by phinq1910 (see edit history) Link to comment Share on other sites More sharing options...
phinq1910 Posted November 16, 2016 Author Share Posted November 16, 2016 I have using $this->context->controller->registerStylesheet and it work 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now