| 1 |
<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>"> |
<li class="comment <?php print $comment_classes; ?>"> |
| 2 |
<div class="clear-block"> |
<?php print $picture ?> |
| 3 |
<?php if ($submitted): ?> |
<span class="commentauthor"><?php print t('!username', array('!username' => theme('username', $comment))); ?></span> |
| 4 |
<span class="commentauthor"><?php print t('!username', array('!username' => theme('username', $comment))); ?></span> |
<div class="comment-meta"> |
| 5 |
<?php endif; ?> |
<?php print t('!date', array('!date' => format_date($comment->timestamp))); ?> |
| 6 |
<?php if ($comment->new) : ?><a id="new"></a><span class="new"><?php print drupal_ucfirst($new) ?></span><?php endif; ?> |
<?php if ($comment->new) : ?><a id="new"></a><span class="new"><?php print drupal_ucfirst($new) ?></span><?php endif; ?> |
| 7 |
<?php print $picture ?> |
</div><!-- .comment-meta --> |
|
<small class="comment-meta"><?php print format_date($node->created)?><?php if ($links): ?><?php print $links ?><?php endif; ?></small> |
|
| 8 |
<div class="comment-content"> |
<div class="comment-content"> |
| 9 |
<?php print $content ?> |
<?php print $content ?> |
|
</div> |
|
|
</div> |
|
|
</div> |
|
| 10 |
|
</div><!-- .comment-content --> |
| 11 |
|
<?php if ($links): ?><div class="links"><?php print $links ?></div><?php endif; ?> |
| 12 |
|
</li> |