Closed (fixed)
Project:
Nitobe
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Reporter:
Created:
2 Aug 2008 at 13:42 UTC
Updated:
19 Aug 2008 at 03:22 UTC
Jump to comment: Most recent
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
Comment #1
METZGERR commentedah sorry, miss spelling, im looking for the "breadcrumb" section, the sub navigaton below the header images
Comment #2
Anonymous (not verified) commentedThe 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.
Comment #3
Anonymous (not verified) commentedActually, 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.
Comment #4
Anonymous (not verified) commentedI 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.phpv 1.8theme-settings.phpv 1.5Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.