asprin
Active member
Is it possible to have the last breadcrumb item to be a non-link and simply text.
Using the following currently:
which is resulting in:
Would be cool if the last item is text and without the trailing
Using the following currently:
XML:
<xf:breadcrumb href="{{ link('myroute/myaction1') }}">Action 1</xf:breadcrumb>
<xf:breadcrumb href="{{ link('myroute/myaction2') }}">Action 2</xf:breadcrumb>
<xf:breadcrumb href="#">Lorem Ipsum</xf:breadcrumb>
which is resulting in:
Would be cool if the last item is text and without the trailing
>