[solved] Breadcrumbs and html code in Menus
Posted: Wed Jun 09, 2010 1:25 pm
I've worked out how to change the simple_navigation.tpl so that I can put some html formatting into menu items.
I searched ({$node->menutext}) and replaced ({$node->raw_menutext}) according to a post by Calguy.
I have given the name Making Sense to the menu title for a page
and it shows up as Making Sense in my menu, which is correct.
But in my breadcrumb it shows up as
You are now here: Sense
Is there anyway I can manage this, apart from removing the breadcrumb tag?
// Rolf: Solved
I searched ({$node->menutext}) and replaced ({$node->raw_menutext}) according to a post by Calguy.
I have given the name Making Sense to the menu title for a page
and it shows up as Making Sense in my menu, which is correct.
But in my breadcrumb it shows up as
You are now here: Sense
Is there anyway I can manage this, apart from removing the breadcrumb tag?
// Rolf: Solved