_includes/script.html in appscms-tools-theme-1.0.3 vs _includes/script.html in appscms-tools-theme-1.0.4
- old
+ new
@@ -7,8 +7,8 @@
<script src="{{path}}"></script>
{%- endfor -%}
{%- endif -%}
{%- if scriptData.jscdns -%}
{%- for item in scriptData.jscdns -%}
- {{item}}
+ {{item | replace:"$folderName", page.folderName | replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace: "$tool", page.tool }}
{%- endfor -%}
{%- endif -%}
\ No newline at end of file