a breadcrumb is set on front page if defaut front page settings is set different to "node"
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | breadcrumb-on-frontpage.patch | 720 bytes | rstamm |
a breadcrumb is set on front page if defaut front page settings is set different to "node"
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | breadcrumb-on-frontpage.patch | 720 bytes | rstamm |
Comments
Comment #1
rstamm commentedThis patch works with system urls but also with aliases.
Comment #2
rstamm commentedComment #3
steph commentedI think this
if (drupal_get_normal_path(variable_get('site_frontpage', 'node')) == $_GET['q'])
could be encapsulated somewhere else, since a similar behaviour seems to be reproduced in some places in the code.
Anyway, the last patch seems to work and code seems fine.
Comment #4
steph commentedI also reviewed the similar patch here : http://drupal.org/node/58065
I'll let the expert decide which patch is the best :-)
Comment #5
rstamm commentedfixed by this http://drupal.org/node/59222
Comment #6
rstamm commented