diff options
Diffstat (limited to 'templates/html/htmlfile.tpl')
-rw-r--r-- | templates/html/htmlfile.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/html/htmlfile.tpl b/templates/html/htmlfile.tpl index dbf0841..80e2826 100644 --- a/templates/html/htmlfile.tpl +++ b/templates/html/htmlfile.tpl @@ -2,9 +2,11 @@ {% msg %}Generating HTML output for file {{ 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 title %} |