diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 19:02:29 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 19:02:29 +0000 |
| commit | b937bb56c3c4fb68010996f131084b3d4b661b3e (patch) | |
| tree | 960fc86f09644d02934f0980f7aa37e5cb010601 /templates/footer_inc.tpl | |
| parent | 25bd51e71f0c8eeb160d4f00892060dd5e507f54 (diff) | |
| download | themes-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.tpl | 4 |
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} |
