gusman126 Posted May 24, 2018 Share Posted May 24, 2018 (edited) editar el fichero /modules/kbgdpr/kbgdpr.php Arreglar front office buscar $this->context->controller->addCSS($this->_path . 'views/css/front/kb_front.css?v1.0.3'); $this->context->controller->addCSS($this->_path . 'views/css/front/kb_cookie_popup.css?v1.0.3'); Y quitar ?v1.0.3 Arreglar Back office, añadir las dos lineas en el hook public function hookDisplayBackOfficeHeader() { $this->context->controller->addCSS($this->_path . 'views/css/admin/kb_admin.css'); $this->context->controller->addCSS($this->_path . 'views/css/admin/tab.css'); } Edited May 24, 2018 by gusman126 (see edit history) Link to comment Share on other sites More sharing options...
leonbazar Posted May 24, 2018 Share Posted May 24, 2018 en mi caso tuve que cambiar esto tambien: $this->context->controller->addJS($this->_path . 'views/js/front/kb_front.js?v1.0.3'); 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