1 <div
class="comment <?php print $comment_classes; ?>"><div
class="comment-inner">
3 <?php
if (!empty($new)): ?
>
4 <div
class="new"><?php
print $new; ?
></div
>
8 <h3
class="title"><?php
print $title; ?
></h3
>
11 <?php
if ($picture) print $picture; ?
>
13 <div
class="submitted">
14 <?php
print t('On ') .
format_date($comment->timestamp
, 'custom', 'F jS, Y'); ?
> <?php
print theme('username', $comment) .
t(' said:'); ?
>
18 <?php
print $content; ?
>
23 <?php
print $links; ?
>
27 </div
></div
> <!-- /comment
-inner
, /comment
-->