function theme_comment
Implemented using the comment.tpl.php template.
See also
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.
Archivo
- documentation-6.x/
developer/ theme.php, line 136 - Shadow theme functions for theme templates.
Código
function theme_comment() {
// This function is never used; see the corresponding template file instead.
}