Hi all,
I have a little question about a breadcrumb trail I'm trying to implement on a project. Basically I have added the following code to my page templates.
---------
<div class="crumbtrail">
<p><a href="/">PGL</a><span class="dwnavigation" id="CrumbTrailTextLinks" data-settings="startlevel:1;endlevel:99;expandmode:All;includemode:all;sitemapmode:true;template:Breadcrumb.xslt;"></span></p>
</div> <!-- crumbtrail -->
---------
I did it this way to expose the full path to the template as some pages are held in folders within the tree structure that are hidden and I noticed that if i didn't do it this way the hidden pages stopped the breadcrumb from displaying any pages beyond these hidden pages.
I really didn't want to display the hidden pages and just display the full path, minus the hidden pages, in the breadcrumb trail.
Hope this makes sense.
Cheers,
Ian