Jump to content

global.css goes away after using addjQuery() method


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...