header fixes for config change

main
barisusakli 10 years ago
parent 5fe224074f
commit fe15386e42

@ -5,7 +5,7 @@
<!-- BEGIN metaTags --> <!-- BEGIN metaTags -->
{function.buildMetaTag} {function.buildMetaTag}
<!-- END metaTags --> <!-- END metaTags -->
<link rel="stylesheet" type="text/css" href="{relative_path}/stylesheet.css?{css-buster}" /> <link rel="stylesheet" type="text/css" href="{relative_path}/stylesheet.css?{config.css-buster}" />
<!-- IF bootswatchCSS --><link id="bootswatchCSS" href="{bootswatchCSS}" rel="stylesheet" media="screen"><!-- ENDIF bootswatchCSS --> <!-- IF bootswatchCSS --><link id="bootswatchCSS" href="{bootswatchCSS}" rel="stylesheet" media="screen"><!-- ENDIF bootswatchCSS -->
<!-- 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 --> />
@ -26,9 +26,9 @@
user: JSON.parse('{{userJSON}}') user: JSON.parse('{{userJSON}}')
}; };
</script> </script>
<script src="{relative_path}/nodebb.min.js?{script-buster}"></script> <script src="{relative_path}/nodebb.min.js?{config.script-buster}"></script>
<!-- IMPORT partials/requirejs-config.tpl --> <!-- IMPORT partials/requirejs-config.tpl -->
<!-- IF useCustomJS --> <!-- IF useCustomJS -->
{{customJS}} {{customJS}}
<!-- ENDIF useCustomJS --> <!-- ENDIF useCustomJS -->

Loading…
Cancel
Save