mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
17 lines
379 B
Scheme
17 lines
379 B
Scheme
<aside>
|
|
<% if Menu(2) %>
|
|
<nav class="secondary">
|
|
<h3>
|
|
<% loop Level(1) %>
|
|
$Title
|
|
<% end_loop %>
|
|
</h3>
|
|
<ul>
|
|
<% loop Menu(2) %>
|
|
<li class="$LinkingMode"><a href="$Link" title="Go to the $Title.XML page"><span class="arrow">→</span><span class="text">$MenuTitle.XML</span></a></li>
|
|
<% end_loop %>
|
|
</ul>
|
|
</nav>
|
|
<% end_if %>
|
|
</aside>
|