summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlpage.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlpage.tpl')
-rw-r--r--templates/html/htmlpage.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/html/htmlpage.tpl b/templates/html/htmlpage.tpl
index e703513..3882989 100644
--- a/templates/html/htmlpage.tpl
+++ b/templates/html/htmlpage.tpl
@@ -34,7 +34,9 @@
{% if classHierarchy.tree %}
<li><a href="{{ page.relPath }}hierarchy{{ config.HTML_FILE_EXTENSION }}"><span>{{ tr.classHierarchy }} </span></a></li>
{% endif %}
+ {% if classMembersIndex.all %}
<li><a href="{{ page.relPath }}functions{{ config.HTML_FILE_EXTENSION }}"><span>{{ tr.classMembers }} </span></a></li>
+ {% endif %}
</ul>
</li>
{% endif %}