Forum Discussion
VarunGrazitti
10 years agoBoss
deend - There is a component for the breadcrumb in studio by the name of "Breadcrumb" and the ID is common.widget.breadcrumb, this is listed under Navigation in Page tab. You need to add this to the header page or you can also include this to the header in the wrapper using following snippet:
<@component id="common.widget.breadcrumb"/>
To change the background image on each page, I am assuming different boards/ categories, you can do so by using the board/ category IDs which can be extracted on a page using lithium context objects.
You can do something like:
<#if coreNode.id == "categoryAbc"> // background 1 <#elseif coreNode.id == "categoryXyz"> // background 2 <#else> // default background </#if>
Related Content
- 2 years ago