summaryrefslogtreecommitdiff
path: root/templates/html_head_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html_head_inc.tpl')
-rwxr-xr-xtemplates/html_head_inc.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl
index 0c2c1cd..bb93d88 100755
--- a/templates/html_head_inc.tpl
+++ b/templates/html_head_inc.tpl
@@ -1,11 +1,11 @@
{strip}
-{if !empty($gBitThemes->mRawFiles.css)}
- {foreach from=$gBitThemes->mRawFiles.css item=cssFile}
+{if !empty($gBitThemes->mRawUrls.css)}
+ {foreach from=$gBitThemes->mRawUrls.css item=cssFile}
<link rel="stylesheet" title="{$style|default:'css'}" nonce="{$cspNonce}" type="text/css" href="{$cssFile}" media="all" />
{/foreach}
{/if}
-{if !empty($gBitThemes->mRawFiles.js)}
- {foreach from=$gBitThemes->mRawFiles.js item=jsFile}
+{if !empty($gBitThemes->mRawUrls.js)}
+ {foreach from=$gBitThemes->mRawUrls.js item=jsFile}
<script nonce="{$cspNonce}" src="{$jsFile}"></script>
{/foreach}
{/if}