theme_comment_flat_expanded($comment, $node)
drupal/modules/comment/comment.module, line 1825
Theme comment flat expanded 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_flat_expanded($comment, $node) {
return theme('comment_view', $comment, $node, module_invoke_all('link', 'comment', $comment, 0));
}