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