We should add the $permalink to the comment.tpl.php as core does.

 <?php if (!empty($content['links'])): ?>
    <nav class="links comment-links clearfix">
    <?php print $permalink; ?>
    <?php print render($content['links']); ?>
    </nav>
  <?php endif; ?>

Comments

marcoka’s picture

Assigned: Unassigned » himerus