Skip to content

Commit

Permalink
BUGFIX Don't loop over first menu when including sidebar (fixes #8166)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jan 15, 2013
1 parent 5779d77 commit 78f491c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/Includes/SideBar.ss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
<% end_loop %>
</h3>
<ul>
<% loop $Menu(1) %>
<% include SidebarMenu %>
<% end_loop %>
<% include SidebarMenu %>
</ul>
</nav>
<% end_if %>
Expand Down

0 comments on commit 78f491c

Please sign in to comment.