Default theme implementation for comments.
Available variables:
These two variables are provided for context:
- $comment: Full comment object.
- $node: Node object the comments are attached to.
Other variables:
- $classes_array: Array of html class attribute values. It is flattened
into a string within the variable $classes.
See also
template_preprocess()
template_preprocess_comment()
template_process()
theme_comment()
File
drupal/modules/comment/comment.tpl.php
Related topics