diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/storage_thumbs.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/storage_thumbs.tpl b/templates/storage_thumbs.tpl index 181d35a..f0f5a05 100644 --- a/templates/storage_thumbs.tpl +++ b/templates/storage_thumbs.tpl @@ -1,9 +1,9 @@ {strip} -{if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} - {popup_init src="`$smarty.const.THEMES_PKG_URL`js/overlib.js"} -{/if} - {if $gContent->mStorage} + {if !$gBitSystem->isFeatureActive( 'feature_helppopup' )} + {popup_init src="`$smarty.const.THEMES_PKG_URL`js/overlib.js"} + {/if} + <div class="storage"> {foreach from=$gContent->mStorage item=attachment } {capture name="popup"} |
