Updated 2k11 to v1.1.6.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{foreach from=$comments item=comment name="comments"}
|
||||
<article id="c{$comment.id}" class="serendipity_comment{if $entry.author == $comment.author} serendipity_comment_author_self{/if} {cycle values="odd,even"} {if $comment.depth > 8}commentlevel-9{else}commentlevel-{$comment.depth}{/if}">
|
||||
<h4>{if $comment.url}<a href="{$comment.url}">{/if}{$comment.author|@default:$CONST.ANONYMOUS}{if $comment.url}</a>{/if} {$CONST.ON} <time datetime="{$comment.timestamp|@serendipity_smarty_html5time}" pubdate>{$comment.timestamp|@formatTime:$template_option.date_format}</time>:</h4>
|
||||
|
||||
<h4>{if $comment.url}<a href="{$comment.url}">{/if}{$comment.author|@default:$CONST.ANONYMOUS}{if $comment.url}</a>{/if} {$CONST.ON} <time datetime="{$comment.timestamp|@serendipity_html5time}" pubdate>{$comment.timestamp|@formatTime:$template_option.date_format}</time>:</h4>
|
||||
|
||||
<div class="serendipity_commentBody clearfix content">
|
||||
{if $comment.avatar}{$comment.avatar}{/if}
|
||||
{if $comment.body == 'COMMENT_DELETED'}
|
||||
@ -10,7 +10,7 @@
|
||||
{$comment.body}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
<time>{$comment.timestamp|@formatTime:'%H:%M'}</time>
|
||||
| <a class="comment_source_trace" href="#c{$comment.id}" title="{$CONST.TWOK11_PLINK_TITLE}">{$CONST.TWOK11_PLINK_TEXT}</a>
|
||||
|
Reference in New Issue
Block a user