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

View File

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