mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
MINOR: add breadcrumbs Inlcude to blog template
This commit is contained in:
parent
d9d12dd621
commit
cd1e29c760
5
templates/Includes/BreadCrumbs.ss
Normal file
5
templates/Includes/BreadCrumbs.ss
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<% if Level(2) %>
|
||||||
|
<div id="Breadcrumbs">
|
||||||
|
<p>$Breadcrumbs</p>
|
||||||
|
</div>
|
||||||
|
<% end_if %>
|
Loading…
x
Reference in New Issue
Block a user