summaryrefslogtreecommitdiff
path: root/templates/footer_inc.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-10 19:02:29 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-10 19:02:29 +0000
commitb937bb56c3c4fb68010996f131084b3d4b661b3e (patch)
tree960fc86f09644d02934f0980f7aa37e5cb010601 /templates/footer_inc.tpl
parent25bd51e71f0c8eeb160d4f00892060dd5e507f54 (diff)
downloadthemes-b937bb56c3c4fb68010996f131084b3d4b661b3e.tar.gz
themes-b937bb56c3c4fb68010996f131084b3d4b661b3e.tar.bz2
themes-b937bb56c3c4fb68010996f131084b3d4b661b3e.zip
move loadAjax() to BitThemes
Diffstat (limited to 'templates/footer_inc.tpl')
-rw-r--r--templates/footer_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl
index 48a70eb..311ddbe 100644
--- a/templates/footer_inc.tpl
+++ b/templates/footer_inc.tpl
@@ -1,5 +1,5 @@
-{if $gBitSystem->mAjax == 'prototype'}
- {foreach from=$gBitSystem->mAjaxLibs item=ajaxLib}
+{if $gBitThemes->mAjax == 'prototype'}
+ {foreach from=$gBitThemes->mAjaxLibs item=ajaxLib}
{if $ajaxLib == 'debugger.js'}
<div id="jsdebug" style="padding:1em; margin:1em; border:0.5em solid #900; background:#fff; color:#000;">Prototype Debugger:<br /></div>
{/if}