Breadcrumbs contextual icon
This was inspired by CPSSkins 2.1.8
Its a very easy and basic customization of Plone.
Howto to display a contextual icon at the end of the navigation trail.
In the ZMI goto /portal_skins/plone_templates and customize the template
global_pathbar just put the following snippet before the </tal:last> tag
In the ZMI goto /portal_skins/plone_templates and customize the template
global_pathbar just put the following snippet before the </tal:last> tag
<span tal:condition="is_last">
<img src="" alt="" style="border: 0"
tal:attributes="src here/getIcon;
alt here/title_or_id"
tal:on-error="structure here/site_icon.gif" />
</span>
