Removing the ':' from breadcrumbs starttext? [solved]

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
mwy

Removing the ':' from breadcrumbs starttext? [solved]

Post by mwy »

Could someone possibly help me remove the ':' that is added to the breadcrumbs starttext parameter?

I am a *complete* CSS/CMS/CMSMS novice so sincere apologies if the answer to this is lurking in these pages and I've missed it in my searches.

Thanks in advance
Last edited by mwy on Sat Feb 24, 2007 6:52 pm, edited 1 time in total.
heatherfeuer

Re: Removing the ':' from breadcrumbs starttext?

Post by heatherfeuer »

in the plugins directory for CMSMS is a file called "function.breadcrumbs.php."  Open that file in a text editor (one that shows line numbers) and scroll to line 159:

Code: Select all

$trail = $params['starttext'] . ': ' . $trail;
Delete the ".':' " portion.  Be sure to back up the file first.
mwy

Re: Removing the ':' from breadcrumbs starttext?

Post by mwy »

*thank* you. And at the same time, another chunk of understanding slots into place...
Locked

Return to “Layout and Design (CSS & HTML)”