I have change the code to
[code]<div id="breadcrumb">
<ol>
[#list model.breadcrumb as item]
[#if item_has_next]
<li><a href="${item.href}">${item.navigationTitle}</a></li>
[#else]
<li><strong>${item.navigationTitle}</strong></li>
[/#if]
[/#list]
</ol>
</div>[/code]
[b]and the configuration to[/b]
[img]http://s6.postimage.org/6lmile19d/brnext.png[/img]
The site show no errors but there is no breadcrumb appear.
Thanks
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=e66d72dd-79b2-4514-bad5-555c76149c7e
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------