summaryrefslogtreecommitdiffstats
path: root/templates/html/htmljsmenudata.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmljsmenudata.tpl')
-rw-r--r--templates/html/htmljsmenudata.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/html/htmljsmenudata.tpl b/templates/html/htmljsmenudata.tpl
index 2d0a53e..879bccf 100644
--- a/templates/html/htmljsmenudata.tpl
+++ b/templates/html/htmljsmenudata.tpl
@@ -30,6 +30,9 @@ var menudata={children:[
{% if moduleTree.tree %}
,{text:"{{ tr.modules }}",url:"modules{{ config.HTML_FILE_EXTENSION }}"}
{% endif %}
+{% if conceptList %}
+,{text:"{{ tr.concepts }}",url:"concepts{{ config.HTML_FILE_EXTENSION }}"}
+{% endif %}
{% if namespaceList %}
,{text:"{{ tr.namespaces }}",url:'namespaces{{ config.HTML_FILE_EXTENSION }}",children:[
{text:"{{ tr.namespaceList }}",url:'namespaces{{ config.HTML_FILE_EXTENSION }}"}