summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-03-03 14:41:14 -0500
committerspiderr <spider@viovio.com>2012-03-03 14:41:14 -0500
commit31c4c7f7388be5c785b7f9bb08115f22585fd535 (patch)
tree1e5a9cc02c89a87f230480410e5740670e4c7b33 /templates
parent3d7999d2850838214b50f4e5ca7cb93bba2b98c5 (diff)
downloadthemes-31c4c7f7388be5c785b7f9bb08115f22585fd535.tar.gz
themes-31c4c7f7388be5c785b7f9bb08115f22585fd535.tar.bz2
themes-31c4c7f7388be5c785b7f9bb08115f22585fd535.zip
add jquerylocal to loadAjax for local use, and jquery now links to ajax.googleapis.com; add support for gBitThemes->mRawFiles.js in header
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 306b659..9233b3e 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -3,6 +3,9 @@
{foreach from=$gBitThemes->mRawFiles.css item=cssFile}
<link rel="stylesheet" title="{$style}" type="text/css" href="{$cssFile}" media="all" />
{/foreach}
+{foreach from=$gBitThemes->mRawFiles.js item=jsFile}
+ <script src="{$jsFile}" type="text/javascript"></script>
+{/foreach}
{if $gBitThemes->mStyles.joined_css}
<link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitThemes->mStyles.joined_css}" media="all" />
{/if}