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.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/html/htmlpage.tpl b/templates/html/htmlpage.tpl
index 3882989..7547ed5 100644
--- a/templates/html/htmlpage.tpl
+++ b/templates/html/htmlpage.tpl
@@ -2,9 +2,11 @@
{% msg %}Generating HTML output for page {{ compound.name }}{% endmsg %}
{% block navpath %}
-{% with navpath=compound.navigationPath %}
- {% include 'htmlnavpath.tpl' %}
-{% endwith %}
+ {% if not config.GENERATE_TREEVIEW %}
+ {% with navpath=compound.navigationPath %}
+ {% include 'htmlnavpath.tpl' %}
+ {% endwith %}
+ {% endif %}
{% endblock %}
{% block content %}