mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
d3f9781866
- Use $Name in if/loop - Replace instances of control with loop
6 lines
82 B
Scheme
6 lines
82 B
Scheme
<% if $Level(2) %>
|
|
<div id="Breadcrumbs">
|
|
$Breadcrumbs
|
|
</div>
|
|
<% end_if %>
|