fix for custom css / js

main
psychobunny 10 years ago
parent b661425d7f
commit 1c7b374dda

@ -10,9 +10,6 @@
<!-- BEGIN linkTags --> <!-- BEGIN linkTags -->
<link<!-- IF linkTags.link --> link="{linkTags.link}"<!-- ENDIF linkTags.link --><!-- IF linkTags.rel --> rel="{linkTags.rel}"<!-- ENDIF linkTags.rel --><!-- IF linkTags.type --> type="{linkTags.type}"<!-- ENDIF linkTags.type --><!-- IF linkTags.href --> href="{linkTags.href}"<!-- ENDIF linkTags.href --> /> <link<!-- IF linkTags.link --> link="{linkTags.link}"<!-- ENDIF linkTags.link --><!-- IF linkTags.rel --> rel="{linkTags.rel}"<!-- ENDIF linkTags.rel --><!-- IF linkTags.type --> type="{linkTags.type}"<!-- ENDIF linkTags.type --><!-- IF linkTags.href --> href="{linkTags.href}"<!-- ENDIF linkTags.href --> />
<!-- END linkTags --> <!-- END linkTags -->
<!-- IF useCustomCSS -->
<style type="text/css">{customCSS}</style>
<!-- ENDIF useCustomCSS -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
@ -33,8 +30,11 @@
<!-- IMPORT partials/requirejs-config.tpl --> <!-- IMPORT partials/requirejs-config.tpl -->
<!-- IF useCustomJS --> <!-- IF useCustomJS -->
{customJS} {{customJS}}
<!-- ENDIF useCustomJS --> <!-- ENDIF useCustomJS -->
<!-- IF useCustomCSS -->
<style type="text/css">{{customCSS}}</style>
<!-- ENDIF useCustomCSS -->
</head> </head>
<body> <body>

Loading…
Cancel
Save