mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
59efd280ad
Standardise template locations Move CMSSettingsController class to SiteConfig module Fix CMSMenu behaviour for namespaced admin sections Split classes into one per file Manual fixes and cleanup
13 lines
359 B
Scheme
13 lines
359 B
Scheme
<div class="breadcrumbs-wrapper" data-pjax-fragment="Breadcrumbs">
|
|
<h2 id="page-title-heading">
|
|
<% loop $Breadcrumbs %>
|
|
<% if $Last %>
|
|
<span class="cms-panel-link crumb last">$Title.XML</span>
|
|
<% else %>
|
|
<a class="cms-panel-link crumb" href="$Link">$Title.XML</a>
|
|
<span class="sep">/</span>
|
|
<% end_if %>
|
|
<% end_loop %>
|
|
</h2>
|
|
</div>
|