mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
5 lines
347 B
Scheme
Executable File
5 lines
347 B
Scheme
Executable File
<%-- Loop is all on one line to prevent whitespace bug in older versions of IE --%>
|
|
<% if $Pages %>
|
|
<% loop $Pages %><% if $IsLast %>$MenuTitle.XML<% else %><% if not Up.Unlinked %><a href="$Link" class="breadcrumb-$Pos"><% end_if %>$MenuTitle.XML<% if not Up.Unlinked %></a><% end_if %> $Up.Delimiter.RAW <% end_if %><% end_loop %>
|
|
<% end_if %>
|