redirect via apache rewrite engine
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank
2019-02-15 15:05:48 +01:00
parent 6e4a680237
commit ba9634a72c
2 changed files with 14 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
<li {% if nav.Active %}class="active"{% endif %}><a href="{{ nav.GoTo }}" title="{{ nav.This.Data.hoverText }}">{{ nav.Navname }}</a>
{% if nav.SubSlice %}
<ul>
{% for nav2 in SubSlice %}
{% for nav2 in nav.SubSlice %}
<li {% if nav2.Active %}class="active"{% endif %}><a href="{{ nav2.GoTo }}" title="{{ nav2.This.Data.hoverText }}">{{ nav2.Navname }}</a>
</li>
{% endfor %}