theme_comment_thread_collapsed($comment, $node)
drupal/modules/comment/comment.module, line 1838
Theme comment thread collapsed view.
$comment The comment to be themed.
$node The comment node.
| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
function theme_comment_thread_collapsed($comment, $node) {
return theme('comment_view', $comment, $node, '', 0);
}