Gossamer Forum
Home : Products : Gossamer Links : Discussions :

reaplacing crumb_separator with html

Quote Reply
reaplacing crumb_separator with html
Hi,

I've been trying to add some html code instead of the ">" for crumb separator between categories in format_title but the html code is displayed as is.

For example <span class=" is displayed as &lt;span class=&quot;

Does anybody know if it is possible to get this to work ?

Thanks, John
Significant Media
Quote Reply
Re: [Jag] reaplacing crumb_separator with html In reply to
Also pass in no_escape_separator = 1 and it won't html escape it.

Adrian
Quote Reply
Re: [brewt] reaplacing crumb_separator with html In reply to
Thanks Adrian

That works perfectly :
Code:
<%Links::Utils::format_title($title_loop, separator => $crumb_separator, no_escape_separator => 1, include_home => 0, link_type => 2)%>

John
Significant Media