Mercurial > defr > drupal > core
comparison modules/comment/comment.tpl.php @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children |
comparison
equal
deleted
inserted
replaced
4:d94886ac61a0 | 5:2427550111ae |
---|---|
1 <?php | 1 <?php |
2 // $Id: comment.tpl.php,v 1.4 2008/01/04 19:24:23 goba Exp $ | 2 // $Id: comment.tpl.php,v 1.4.2.1 2008/03/21 21:58:28 goba Exp $ |
3 | 3 |
4 /** | 4 /** |
5 * @file comment.tpl.php | 5 * @file comment.tpl.php |
6 * Default theme implementation for comments. | 6 * Default theme implementation for comments. |
7 * | 7 * |
12 * - $links: Various operational links. | 12 * - $links: Various operational links. |
13 * - $new: New comment marker. | 13 * - $new: New comment marker. |
14 * - $picture: Authors picture. | 14 * - $picture: Authors picture. |
15 * - $signature: Authors signature. | 15 * - $signature: Authors signature. |
16 * - $status: Comment status. Possible values are: | 16 * - $status: Comment status. Possible values are: |
17 * comment-unpublished, comment-published or comment-review. | 17 * comment-unpublished, comment-published or comment-preview. |
18 * - $submitted: By line with date and time. | 18 * - $submitted: By line with date and time. |
19 * - $title: Linked title. | 19 * - $title: Linked title. |
20 * | 20 * |
21 * These two variables are provided for context. | 21 * These two variables are provided for context. |
22 * - $comment: Full comment object. | 22 * - $comment: Full comment object. |