BUGFIX Don't loop over first menu when including sidebar (fixes #8166)

This commit is contained in:
Ingo Schommer 2013-01-15 01:31:16 +01:00
parent 5779d770dc
commit 78f491caa3
1 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@
<% end_loop %>
</h3>
<ul>
<% loop $Menu(1) %>
<% include SidebarMenu %>
<% end_loop %>
<% include SidebarMenu %>
</ul>
</nav>
<% end_if %>