summaryrefslogtreecommitdiffstats
path: root/templates/html/htmltabs.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmltabs.tpl')
-rw-r--r--templates/html/htmltabs.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/html/htmltabs.tpl b/templates/html/htmltabs.tpl
index 3119eb6..9ce8c44 100644
--- a/templates/html/htmltabs.tpl
+++ b/templates/html/htmltabs.tpl
@@ -83,7 +83,9 @@
{% if classHierarchy.tree %}
<li{% if page.subhighlight=='classhierarchy' %} class="current"{% endif %}><a href="{{ page.relPath }}hierarchy{{ config.HTML_FILE_EXTENSION }}"><span>{{ tr.classHierarchy|nowrap }}</span></a></li>
{% endif %}
+ {% if classMembersIndex.all %}
<li{% if page.subhighlight=='classmembers' %} class="current"{% endif %}><a href="{{ page.relPath }}functions{{ config.HTML_FILE_EXTENSION }}"><span>{{ tr.classMembers|nowrap }}</span></a></li>
+ {% endif %}
{% endif %}
{# file subtabs #}
{% if page.highlight=='files' %}