| 1 |
<?php
|
| 2 |
// $Id$
|
| 3 |
?>
|
| 4 |
|
| 5 |
<div class="clear-block comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
|
| 6 |
<?php if ($picture) { print $picture; } ?>
|
| 7 |
<span class="submitted"><?php print $submitted; ?></span> <span class="this-link <?php if ($new != '') { ?>new <?php } ?>"><?php echo "<a href=\"$node_url#comment-$comment->cid\">#</a>"; ?></span>
|
| 8 |
|
| 9 |
|
| 10 |
<div class="content"><?php print $content; ?></div>
|
| 11 |
<div class="links-comment "><?php print $links; ?></div> </div>
|