Is it possible to change where the "Home>About>..." thing that shows your location is? How do I do that?

Comments

marcvangend’s picture

Viller,
I don't know your level of drupal experience and unfortunately you don't tell us much about what you want to do and what you did so far.
I hope this info helps:
The output of the breadcrumbs (that's what this thing is called) is controlled by the theme_breadcrumbs function. It is documented in the wonderful api.drupal.org on this page: http://api.drupal.org/api/function/theme_breadcrumb.
You can just override this theme function in your template.php.
If this doesn't help you, please provide more information.

viller’s picture

Thanks you were helpful. If I only knew that it's named breadcrumb I might have found it myself.