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
Comment #1
beginner commentedExample here:
http://www.roadcarvin.com/directory/187 ("Restaurant Photos" displayed twice).
and here:
http://exodusdev.com/directory/19
Comment #2
mcurry commentedActually, 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.
Comment #3
beginner commentedHaving 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.
Comment #4
beginner commentedfixed together with: http://drupal.org/node/144738
Comment #5
(not verified) commented