theme_comment_flat_collapsed

Definition

theme_comment_flat_collapsed($comment, $node)
modules/comment/comment.module, line 1742

Description

Theme comment flat collapsed view.

Parameters

$comment The comment to be themed.

$node The comment node.

Related topics

Namesort iconDescription
Default theme implementationsFunctions and templates that present output to the user, and can be implemented by themes.

Code

<?php
function theme_comment_flat_collapsed($comment, $node) {
  return theme('comment_view', $comment, $node, '', 0);
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.