header fixes for config change

main
barisusakli 10 years ago
parent 5fe224074f
commit fe15386e42

@ -5,7 +5,7 @@
<!-- BEGIN metaTags -->
{function.buildMetaTag}
<!-- 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 -->
<!-- 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 --> />
@ -26,9 +26,9 @@
user: JSON.parse('{{userJSON}}')
};
</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 -->
<!-- IF useCustomJS -->
{{customJS}}
<!-- ENDIF useCustomJS -->

Loading…
Cancel
Save