Where does the 'You are here:' in breadcrumbs come from?

seanie_morris

Quote from: Luisehahne on January 25, 2017, 09:59:40 AM
if you want to set an own title, you can do it by setting the 5th parameter. By default the title parameter is emtpy and will be replaced with $MENU['BREADCRUMB'] within the function.

Hi Dietmar,

That was it, and I found the line that you speak of in the language file EN.php to change, thanks!

Seanie.

Luisehahne

The parameter for the function show_breadcrumb is as follows
show_breadcrumbs($sep = ' » ',$level = 0, $links = true, $depth = -1, $title = '', $print=true)

if you want to set an own title, you can do it by setting the 5th parameter. By default the title parameter is emtpy and will be replaced with $MENU['BREADCRUMB'] within the function.

Dietmar


Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

hgs

LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

seanie_morris

Sorry about this, but it has plagued me for most of the day! I am using the Overdrive template which has a breadcrumbs section with the text:
QuoteYou are here: Page name >> Child page name
I can't find where the 'You are here' text is being called from, it's not in any of the extracted files, and there is no droplet in my admin backend. Where is that text found?


Thanks,

Seanie.