I had a lot trouble getting it to work because of my limited knowledge of PHP etc
I don’t use your theme but in the end I got it to work in my comments.php like this:
<?php foreach ($comments as $comment) : ?>
<li class=”<?=$oddcomment;?>”>
a name=”comment-<?php comment_ID() ?>”> <img src=”<?php gravatar(r,60); ?>” align=”right”/> <?php comment_favicon(); ?> <?php comment_author_link() ?> Commented
a href=”#comment-<?php comment_ID() ?>” title=””><?php comment_date(‘F jS, Y’) ?> at <?php comment_time() ?> <?php edit_comment_link(‘e’,”,”); ?>
Hope that’s of some help.