juanmiguelfp Posted January 29, 2013 Share Posted January 29, 2013 (edited) Hola, Quiero utilzar la ultima version de jquery y jquery.ui como deberia modificar el archivo "/override/classes/controller/FrontController.php" para hacer esto. Un poco de ayuda para saber por donde tirar gracias. Edited January 29, 2013 by juanmiguelfp (see edit history) Link to comment Share on other sites More sharing options...
juanmiguelfp Posted January 29, 2013 Author Share Posted January 29, 2013 (edited) Bueno en verdad no necesitaba cambiar de jquery solamente necesitaba el acordeon pero no lo cargaba por defecto asi que simplemente tuve que añadir esto en /override/classes/controller/FrontController.php public function setMedia() { // if website is accessed by mobile device // @see FrontControllerCore::setMobileMedia() if ($this->context->getMobileDevice() != false) { $this->setMobileMedia(); return true; } $this->addCSS(_THEME_CSS_DIR_.'global.css', 'all'); $this->addjquery(); $this->addJqueryUI('ui.accordion'); ... Edited January 29, 2013 by juanmiguelfp (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts