Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Changing the separator in the Title

Quote Reply
Changing the separator in the Title
Links currently displays my webpage titles like this:

Directory / Category / Subcategory


I would like to change it to:

Directory | Category | Subcategory


Is this possible?

Thanks.
Quote Reply
Re: [Dorian] Changing the separator in the Title In reply to
If your talking about the categories, then you want to use this:

Code:

<%Links::Utils::format_title($title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, no_span => 1)%>


Scroll down in the Utils.pm file in the admin/Links folder for options on how to use the format_title sub routine.

Hope this helps,

- Jonathan