diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-10-25 00:58:10 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-10-25 00:58:10 +0000 |
| commit | 43b78b3c6077ed428dff2665741a290b6d7150b9 (patch) | |
| tree | 76a64ad509273b92c3fa1ae22ed76db31df34642 /templates/footer_inc.tpl | |
| parent | 1b2024e0278bc3309b773f8320e93334d70540b4 (diff) | |
| download | themes-43b78b3c6077ed428dff2665741a290b6d7150b9.tar.gz themes-43b78b3c6077ed428dff2665741a290b6d7150b9.tar.bz2 themes-43b78b3c6077ed428dff2665741a290b6d7150b9.zip | |
Make spinner available at the right time.
Diffstat (limited to 'templates/footer_inc.tpl')
| -rw-r--r-- | templates/footer_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl index b322aa3..d232212 100644 --- a/templates/footer_inc.tpl +++ b/templates/footer_inc.tpl @@ -1,4 +1,4 @@ -{if !empty($gBitThemes->mAjax)} +{if !empty($gBitThemes->mAjaxLibs)} {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> |
