Hallo,
kan ich in einen Block, in welchem mehrere js files includiert werden auch ein
oxscript include mit conditional comments schreiben?
Folgender Versuch funktionierte nicht:
[{block name="js"}]
[{oxscript include="js/jquery-1.9.0.min.js" priority=1}]
<!--[if lt IE 9]> [{oxscript include="js/html5shiv.js" priority=1}] <![endif]-->
[{/block}]