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.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/html/htmltabs.tpl b/templates/html/htmltabs.tpl
index 7ade5f1..36a65dc 100644
--- a/templates/html/htmltabs.tpl
+++ b/templates/html/htmltabs.tpl
@@ -15,6 +15,10 @@
{% if namespaceList %}
<li{% if page.highlight=='namespaces' %} class="current"{% endif %}><a href="{{ page.relPath }}namespaces{{ config.HTML_FILE_EXTENSION }}"><span>{{ tr.namespaces|nowrap }}</span></a></li>
{% endif %}
+ {# concepts tab #}
+ {% if conceptList %}
+ <li{% if page.highlight=='concepts' %} class="current"{% endif %}><a href="{{ page.relPath }}concepts{{ config.HTML_FILE_EXTENSION }}"><span>{{ tr.concepts|nowrap }}</span></a></li>
+ {% endif %}
{# classes tab #}
{% if classList %}
<li{% if page.highlight=='classes' %} class="current"{% endif %}><a href="{{ page.relPath }}annotated{{ config.HTML_FILE_EXTENSION }}"><span>{{ tr.classes|nowrap }}</span></a></li>