I am working on a friends site that uses Mura & Slatwall. I needed a way to display some breadcrumbs for the products area. Luckily Mura comes with a built in way to do this.
This uses a method in the default content renderer. This works great but I actually want to use Bootstrap to style it. To do so I need a little bit different markup than what the default content renederer provides. Luckily Mura allows us to override this method in our our own content renderer. Simply open {site}/includes/contentRenderer.cfc and add your own dspCrumbListLinks method. I just copied the method from the default and made a few changes. This will override it for all themes, of course if you need it only for a specific theme just add it to the content renderer inside the themes folder.
I am having some issues with word wrap on that code so I decided to attach a text file with the function inside. I will update this post when I fix that. Click the download attachments link in the article entry bar below.




