Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2007 at 10:14 UTC
Updated:
6 Nov 2010 at 08:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachIn Drupal 5.x, the breadcrumb was hidden on the front page, so this is a regression issue.
Adding a simple check to
if (!drupal_is_front_page()) {before setting the breadcrumb fixed it. There might be a better way of fixing this.Comment #2
robloachThis is also still persistent in 6.x-dev.
Comment #3
robloachRefactored to use a simpler if statement.
Comment #4
dvessel commentedRob, placing that within a menu function is trouble. The front page check was removed when chx was overhauling the menu system a while back. Forgot to put it back in.
Comment #5
scoutbaker commentedTested the patch in #4.
Steps:
This seems so simple, I'm going to go out on a limb and mark it RTBC.
Comment #6
gábor hojtsyThanks, committed.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.