2006-04-15 04:07:18 +00:00
|
|
|
<div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
|
2005-05-04 18:12:18 +00:00
|
|
|
<?php if ($picture) {
|
|
|
|
print $picture;
|
|
|
|
} ?>
|
|
|
|
<h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
|
|
|
|
<div class="submitted"><?php print $submitted; ?></div>
|
|
|
|
<div class="content"><?php print $content; ?></div>
|
|
|
|
<div class="links">» <?php print $links; ?></div>
|
|
|
|
</div>
|