Mamboo portal

kweitzel

Addition: If you want to "just" remove the text, you can also call it:

<?php show_breadcrumbs(' &raquo; '0true, -1'You are here: '); ?>

Parameters:

1 - ' &raquo; ' is the separator
2 - 0 is the startlevel
3 - true set links, if yes = true or no = false
4 - -1 startlevel
5 - 'You are here: ' - Titel can be set to whatever you want

cheers

Klaus

kweitzel

It is the function "show_breadcrumbs" in line 90 of the template:

Quote<?php show_breadcrumbs(); ?>

If you remove it, the page trail will be gone including the part "you are here".

cheers

Klaus

dpulver

Hello,
i have a small question:
In the mamboo template for WebsiteBaker, over the left menus there is written 'Your are here'.
I have searched all files of this template but didn't find it.
Can you tell me, wherer i can delete this words?
Thanks