as per subject

Comments

pspanya’s picture

Simply insert a line with $title variable.
(the line #3 below)

<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; ?> clear-block">
  <div class="comment-header clearfloat">
   <div class="title"><?php print $title ?></div>
    <div class="submitted"><?php print $submitted; ?></div>
    <div class="comment-link"><?php print $comment_link; ?></div>
  </div>