Active
Project:
Omega
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Mar 2012 at 14:08 UTC
Updated:
4 Aug 2012 at 09:34 UTC
Jump to comment: Most recent
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
Comment #1
marcoka commented