1
0

remove old Smarty @ array delimiter

This commit is contained in:
Ian
2016-02-03 16:07:40 +01:00
parent c2ff0e9ffa
commit ed37d4ba16

View File

@ -118,7 +118,7 @@
<h4 id="c{$comment.id}">{$comment.author|escape|truncate:40:"&hellip;"} {$CONST.IN} {($comment.type == 'NORMAL') ? $CONST.COMMENT : (($comment.type == 'TRACKBACK') ? $CONST.TRACKBACK : $CONST.PINGBACK )} #{$comment.id} - {$CONST.IN_REPLY_TO}
<a href="{$comment.entry_url}">{$comment.title|escape}</a>
{$CONST.ON} {$comment.timestamp|@formatTime:'%b %e %Y, %H:%M'}
{$CONST.ON} {$comment.timestamp|formatTime:'%b %e %Y, %H:%M'}
<button class="toggle_info button_link" type="button" data-href="#comment_data_{$comment.id}"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>
</h4>
{if ($comment.status == 'pending') || ($comment.status == 'confirm')}