mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
BUGFIX Don't loop over first menu when including sidebar (fixes #8166)
This commit is contained in:
parent
5779d770dc
commit
78f491caa3
@ -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 %>
|
||||||
|
Loading…
Reference in New Issue
Block a user