mjda
Well-known member
I added a new breadcrumb to my album view pages using this template change:
It's working fine, except I want that to be the last breadcrumb link listed. Here's what it looks like now:
Gallery > Mike's albums > Browse albums
and I want it to be like this:
Gallery > Browse albums > Mike's albums
Can someone tell me how I could go about this, please?
Code:
<xf:breadcrumb href="{{ link('canonical:media/albums/users', $album) }}">{$album.User.username}'s albums</xf:breadcrumb>
It's working fine, except I want that to be the last breadcrumb link listed. Here's what it looks like now:
Gallery > Mike's albums > Browse albums
and I want it to be like this:
Gallery > Browse albums > Mike's albums
Can someone tell me how I could go about this, please?