I've followed the instructions by Goran Ilic in http://blog.arvixe.com/creating-a-multi ... ms-module/ with CMSMS 1.11.4 "Fernandina". Breadcrumbs work well with pages, but I didn't manage to make it work correctly with News: breadcrumbs is "Home » News" both in News page (.../news.html) and in the single article pages.
I've seen that the variable $get_title is never set, though I've added the tag
Code: Select all
{assign var='get_title' value=$entry->title}
Code: Select all
{if isset($get_title)} » <span class="selected">{$get_title}</span>{/if}
Can someone help me to solve?
Thanks