From 547fe48f10cdfa24e1b33bfe93447a33f703ef9d Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 29 Sep 2008 19:56:05 +0000 Subject: try to simplify mRaw vs mAux logic and add methods to unload already loaded css / js files. use unloadCss() or unloadJavascript() before display() is called to remove a given file from the loading process. --- templates/header_inc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 4f35b40..7b43792 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -60,7 +60,7 @@ {if $gBitThemes->mStyles.joined_javascript} {/if} -{foreach from=$gBitThemes->mRawFiles.javascript item=jsFile} +{foreach from=$gBitThemes->mRawFiles.js item=jsFile} {/foreach} -- cgit v1.3