Is there currently any way to register arbitrary code to the html header of your layout with CClientScript? For instance, something like :
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href=">css/ie.css" media="screen, projection" />
<![endif]-->
It seems it doesn’t, why not? Could this be implanted?