Hi all,

I love the theme because of its simple and clean look and feel. However, within the forums module there are no breadcrumbs shown. Can you tell me why or what I need to change? If I switch back to garland, all breadcrumbs work as expected.

Example links:
http://sol.draes.net/ddraes/eh6_drupal/drupal-6.15/node/52

Thanks!

Fogg

CommentFileSizeAuthor
#3 breadcrumbs.patch774 bytesFogg

Comments

Fogg’s picture

Found it!! ;)

In template.php search function quicksilber_breadcrumb, here remove this line:

  $breadcrumb = menu_get_active_breadcrumb();

Than the breadcrumb shows up just nicely!

Cheers,
Fogg

Fogg’s picture

Status: Active » Needs work

status change since code fix should be applied.

Fogg’s picture

Status: Needs work » Needs review
StatusFileSize
new774 bytes

Hi folks,

just learned that I should upload a patch file rather posting code :)
Here we go.

CU
Fogg