mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Use $MenuTitle for Breadcrumbs (Fixes #743)
This commit is contained in:
parent
38c025f8ba
commit
2567cda0b4
@ -1,5 +1,5 @@
|
|||||||
<% if Pages %>
|
<% if Pages %>
|
||||||
<% loop Pages %>
|
<% loop Pages %>
|
||||||
<% if Last %>$Title.XML<% else %><a href="$Link">$MenuTitle.XML</a> »<% end_if %>
|
<% if Last %>$MenuTitle.XML<% else %><a href="$Link" class="breadcrumb-$Pos">$MenuTitle.XML</a> »<% end_if %>
|
||||||
<% end_loop %>
|
<% end_loop %>
|
||||||
<% end_if %>
|
<% end_if %>
|
Loading…
x
Reference in New Issue
Block a user