Jump to content

Change theme "on-the-fly"


Recommended Posts

You can use code like the following to header.tpl in your theme's directory to add an IE6-specific CSS file that corrects problems in IE6 or simplifies the theme:

<!--[if IE 6]
<link rel="stylesheet" href="{$css_dir}global-ie6.css" type="text/css" />
[endif]-->

Link to comment
Share on other sites

I knew that trick, but that changes only the CSS. Since i heavily modified my theme, i made a lot of changes to the TPL's also, and a lot of thoose do not work with IE6, that is why i need to change theme, and not a CSS only for IE6.

TY

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