diff options
| -rw-r--r-- | templates/icon_browser.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/icon_browser.tpl b/templates/icon_browser.tpl index 38cf866..ad79eb5 100644 --- a/templates/icon_browser.tpl +++ b/templates/icon_browser.tpl @@ -12,9 +12,7 @@ <table class="data"> <tr> <th class="width1p" colspan="2">{tr}Default Icons{/tr}</th> - {if $activeIconList} - <th class="width1p" colspan="2">{tr}Active Icons{/tr}</th> - {/if} + <th class="width1p" colspan="2">{if $activeIcons}{tr}Active Icons{/tr}{/if}</th> <th class="width70p;">{tr}Icon name{/tr}</th> <th class="width29p;">{tr}bitweaver uses{/tr}</th> </tr> |
