summaryrefslogtreecommitdiffstats
path: root/templates/html/htmldir.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmldir.tpl')
-rw-r--r--templates/html/htmldir.tpl16
1 files changed, 4 insertions, 12 deletions
diff --git a/templates/html/htmldir.tpl b/templates/html/htmldir.tpl
index a399759..aeb2fa5 100644
--- a/templates/html/htmldir.tpl
+++ b/templates/html/htmldir.tpl
@@ -2,18 +2,10 @@
{% msg %}Generating HTML output for directory {{ compound.name }}{% endmsg %}
{% block navpath %}
- {% if compound.navigationPath %}
- <div id="nav-path" class="navpath">
- <ul>
- {% for obj in compound.navigationPath %}
- <li class="navelem">
- {% with text=obj.text %}
- {% include 'htmlobjlink.tpl' %}
- {% endwith %}
- </li>
- {% endfor %}
- </ul>
- </div>
+ {% if not config.GENERATE_TREEVIEW %}
+ {% with navpath=compound.navigationPath %}
+ {% include 'htmlnavpath.tpl' %}
+ {% endwith %}
{% endif %}
{% endblock %}