[TYPO3-dev] tiny improvment for includeCSS / JS

Tolleiv Nietsch info at tolleiv.de
Sun Sep 30 22:09:39 CEST 2007


Hi
since conditional comments are a very common way of achieving a nice 
Cross-Browser compatible webpage I'd suggest a tiny improvement for 
"page.includeCSS" and "page.includeJS".

I think it would be nice to have a additional option ".condition" for 
those two properties. The usage could look like this:

page.includeCSS.file1 = style.css
page.includeCSS.file1.condition = foo

rendered as:

<!--[if foo]><link rel="stylesheet" type="text/css" href="style.css" 
/>![endif]-->


So let me know what you think of this idea.
I'd provide a patch to the Core-Guys if you'd also like to have that 
feature.

Best regards
Tolleiv




More information about the TYPO3-dev mailing list