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
Removing the ':' from breadcrumbs starttext? [solved]
Removing the ':' from breadcrumbs starttext? [solved]
Last edited by mwy on Sat Feb 24, 2007 6:52 pm, edited 1 time in total.
Re: Removing the ':' from breadcrumbs starttext?
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:
Delete the ".':' " portion. Be sure to back up the file first.
Code: Select all
$trail = $params['starttext'] . ': ' . $trail;
Re: Removing the ':' from breadcrumbs starttext?
*thank* you. And at the same time, another chunk of understanding slots into place...