Breadcrumbs Delimiter in CMSMS v2x
-
- New Member
- Posts: 2
- Joined: Tue Oct 18, 2016 8:47 am
Breadcrumbs Delimiter in CMSMS v2x
How do you change the breadcrumbs delimiter in the Navigator::Breadcrumbs? It used to be ...delimiter="/" but that no longer works and the deafult ">>" always appears
- PinkElephant
- Forum Members
- Posts: 173
- Joined: Fri Feb 06, 2009 2:08 pm
Re: Breadcrumbs Delimiter in CMSMS v2x
I think you've as good as answered your own question.KevWilkinson wrote:How do you change the breadcrumbs delimiter in the Navigator::Breadcrumbs?

Code: Select all
{if !$node@last}» {/if}
-
- New Member
- Posts: 2
- Joined: Tue Oct 18, 2016 8:47 am
Re: Breadcrumbs Delimiter in CMSMS v2x
Got that, yes pretty obvious now you mention it. Thanks for the steer.