silverstripe-simple/templates/Includes/SideBar.ss
Paul 5efbb7586b Merge pull request #20 from jbridson/master
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.
2013-01-21 15:43:06 -08:00

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>