| Versionen | |
|---|---|
| drupal6 – drupal7 | theme_comment_flat_expanded($comment, $node) |
Theme comment flat expanded view.
$comment The comment to be themed.
$node The comment node.
modules/
<?php
function theme_comment_flat_expanded($comment, $node) {
return theme('comment_view', $comment, $node, module_invoke_all('link', 'comment', $comment, 0));
}
?>
Kommentare
Kommentar hinzufügen