Overriding ie6.css
I've gotten into the habit of using conditional comments to use CSS suited to the various quirks of each generation of IE, rather than relying on nasty and fragile hacks in the CSS files themselves.
header.tpl uses a conditional comment to import /css/ie6.css which is all well and good, but how can I override this behaviour to instead import /styles/mystyle/css/ie6.css?
This doc page tells me that tiki3 will easily let me do this, but I'm using 2.2 so this doesn't help.
I'm assuming that there is some magical smarty template variable like $path_to_style_directory which I could make use of, but I can't seem to find a list of the properties I can actually access in templates anywhere. Could someone point me to such a list if it exists, or tell me what the template variable should be?