summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-05-20 19:19:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-05-28 14:20:01 (GMT)
commite629fc64d42121e86bf2230a3b515d1d0d868dcd (patch)
treea120595680a5bdb5231757924344090c851f1060 /templates
parentd38d33cef2241cd8d29c99f519d21ae225453357 (diff)
downloadDoxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.zip
Doxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.tar.gz
Doxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.tar.bz2
Fixed for index.hhp output when using template engine
Diffstat (limited to 'templates')
-rw-r--r--templates/html/htmljsmenudata.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html/htmljsmenudata.tpl b/templates/html/htmljsmenudata.tpl
index 2cfbbb0..08d8773 100644
--- a/templates/html/htmljsmenudata.tpl
+++ b/templates/html/htmljsmenudata.tpl
@@ -36,9 +36,9 @@ var menudata={children:[
{% if fileList %}
,{text:'{{ tr.files }}',url:'files{{ config.HTML_FILE_EXTENSION }}',children[
{text:'{{ tr.fileList }}',url:'files{{ config.HTML_FILE_EXTENSION }}'}
-{% if fileMemberIndex.all %}
+{% if globalsIndex.all %}
,{text:'{{ tr.fileMembers }}',url'globals{{ config.HTML_FILE_EXTENSION }}',children:[
- {% with page=fileMembersIndex %}
+ {% with page=globalsIndex %}
{% include 'htmljsmenumembersdata.tpl' %}
{% endwith %}
]}