Jump to content

Where is the "add global.css" comand?


SAIExPT

Recommended Posts

Hello,

I'm trying to alternate between layouts under a certain condition, but I can't seem to find the "add global.css" command so I can choose other layout for the page.

 

I am trying to do something like this:

 

if( isset($_REQUEST['eds']))
 Tools::addCSS(_THEME_CSS_DIR_.'newGlobal.css');
} else {
 Tools::addCSS(_THEME_CSS_DIR_.'global.css');
}

 

Can anyone help me please?

 

Thanks in advance,

Ricardo Amendoeira

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...