I am surprised that nobody reported this bug. Do you see this too?

at ?q=directory/nnn , we have the page title which is $term->name where $term->tid == nnn, and after the help box, we have the term name again, which is a bit redundant: shouldn't it be removed?

Ok?

Comments

beginner’s picture

Example here:
http://www.roadcarvin.com/directory/187 ("Restaurant Photos" displayed twice).
and here:
http://exodusdev.com/directory/19

mcurry’s picture

Priority: Normal » Minor

Actually, it's displayed three times... once in the breadcrumb trail, once as a heading below the breadcrumb, and again just above the term's content (below the help box.)

Sure, remove the redundant entry.

beginner’s picture

Having looked deeper into the code, the resolution of this issue depends on whether you agree with this:
http://drupal.org/node/144958

Part of the complexity of the function (theme_directory_resource_section) that I would need to change to remove the duplicate title is related to that other issue.

If what I suggest there is agreeable to you, then the resolution of this issue will be simpler, resulting in more readable code.

beginner’s picture

Status: Active » Fixed

fixed together with: http://drupal.org/node/144738

Anonymous’s picture

Status: Fixed » Closed (fixed)