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.
Comments
api.drupal.org
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.
Thanks you were helpful. If
Thanks you were helpful. If I only knew that it's named breadcrumb I might have found it myself.