function theme_comment

6.x theme.php theme_comment()

Implemented using the comment.tpl.php template.

See also

comment.tpl.php

Related topics

1 theme call to theme_comment()
theme_comment_view in drupal-6.x/modules/comment/comment.module
Themes a single comment and related items.

File

documentation-6.x/developer/theme.php, line 136
Shadow theme functions for theme templates.

Code

function theme_comment() {
  // This function is never used; see the corresponding template file instead.
}