C:/drupal/modules/comment/comment.tpl.php File Reference
Go to the source code of this file.
Detailed Description
Default theme implementation for comments.
Available variables:
- $author: Comment author. Can be link or plain text.
- $content: Body of the post.
- $date: Date and time of posting.
- $links: Various operational links.
- $new: New comment marker.
- $picture: Authors picture.
- $signature: Authors signature.
- $status: Comment status. Possible values are: comment-unpublished, comment-published or comment-preview.
- $submitted: By line with date and time.
- $title: Linked title.
These two variables are provided for context.
- $comment: Full comment object.
- $node: Node object the comments are attached to.
- See also:
- template_preprocess_comment()
theme_comment()
Definition in file comment.tpl.php.