hello all,

im using the chic theme but what annoys me is that on every page there is the "home" link right under the header image. how can i disable it?

thanks and cheers,
oliver

Comments

METZGERR’s picture

ah sorry, miss spelling, im looking for the "breadcrumb" section, the sub navigaton below the header images

Anonymous’s picture

Assigned: Unassigned »
Category: support » feature

The breadcrumb trail is being rendered by Drupal's default implementation:

theme_breadcrumb($breadcrumb)

The first item in the $breadcrumb array is the 'Home' link. I don't know of a setting in Drupal to turn this off.

I'm converting this to a feature request to add an option to the theme to disable the root link in the breadcrumb trail.

Anonymous’s picture

Actually, it looks like I am overriding the default implementation of theme_breadcrumb, so removing the first element of the breadcrumb array isn't a big deal.

Anonymous’s picture

Status: Active » Fixed

I have checked in changes to CVS to implement this. The default behavior is now to hide the breadcrumb trail if it only has the root item in it. This can be overridden by a theme setting on the theme's configuration page.

template.php v 1.8
theme-settings.php v 1.5

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.