NOjAN Posted March 26, 2013 Share Posted March 26, 2013 Hi, When i use addjQuery in my FrontController.php in override, the global.css link goes away from my document! this is how my FrontController.php looks like: <?php class FrontController extends FrontControllerCore { public function setMedia() { $this->addJquery('1.9.1'); } } ?> Although the override itselt seems to be working fine and jquery updates to 1.9.1. Does anyone know what's the problem here? 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