SAIExPT Posted February 8, 2012 Share Posted February 8, 2012 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 More sharing options...
SAIExPT Posted February 8, 2012 Author Share Posted February 8, 2012 [sOLVED] 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