Create a breadcrumb in RedDot CMS with render tags and hide it in your project by using a query
Montag, den 28. Januar 2008Sharon from the Google Grous “RedDot CMS” asked me, how to hide your breadcrumb (or any other element) on a page (e.g. the “home” of your website). So here’s a short description using render tags and a simple query for creating a XHTML-valid breadcrumb navigation:
PLAIN TEXT
XML:
<reddot:cms>
<if>
<query valuea="<%inf_pageGUID%>" operator="!=" valueb="String:123CDDB..">
<htmltext><ul id="breadcrumb"></htmltext>
<foreach itemname="item" object="Context:CurrentIndex.GetPathArray()">
[...]