diff options
Diffstat (limited to 'templates/page_icons.tpl')
| -rw-r--r-- | templates/page_icons.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index cd49496..67a3ae1 100644 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -85,7 +85,7 @@ </div> {/if} - {if count($showstructs) gt 0} + {if $showstructs && (count($showstructs) gt 0)} <select id="sel-structures" name="page" onchange="javascript:BitBase.go(this)"> <option value="">{tr}Wiki Books{/tr} …</option> {section name=struct loop=$showstructs} |
