I don't know why this isn't part of Drupal core, but (without special styling around comments as on drupal.org) it always seems a bit jarring the way that comments start right under a node. In most of my themes, I tend to redefine theme_comment_wrapper() to account for this. In Drupal 6 we've got a comment-wrapper.tpl.php.

Attached is a comment-wrapper.tpl.php which can go into the zen directory to display an h4 with the word "Comments" (translatable) above comments on the page.

CommentFileSizeAuthor
comment-wrapper.tpl_.php_.txt1.07 KBjjeff

Comments

jjeff’s picture

Status: Active » Needs review

I guess technically, this is a patch..

johnalbin’s picture

Status: Needs review » Fixed

I changed your h4 to h2 (since its a header for a bunch of h3 comments).

Committed!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.