mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
5efbb7586b
ENHANCEMENT:added inline comments to Simple CSS to help new users when they are completing the tutorial. Added a couple of style fixes for the search form and navigation.
15 lines
235 B
Scheme
15 lines
235 B
Scheme
<aside class="sidebar unit size1of4">
|
|
<% if $Menu(2) %>
|
|
<nav class="secondary">
|
|
<h3>
|
|
<% loop $Level(1) %>
|
|
$Title
|
|
<% end_loop %>
|
|
</h3>
|
|
<ul>
|
|
<% include SidebarMenu %>
|
|
</ul>
|
|
</nav>
|
|
<% end_if %>
|
|
</aside>
|