Page 1 of 1

News title in multilingual breadcrumbs

Posted: Wed Mar 13, 2013 12:29 pm
by urbini
Hi.
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}
in the News Detailtemplate, and this seems to be the cause of my problem: in fact, the breadcrumbs template created in MenuManager finishes with:

Code: Select all

{if isset($get_title)} &raquo; <span class="selected">{$get_title}</span>{/if}

Can someone help me to solve?
Thanks