replaced Replies to PagedReplies

This commit is contained in:
Rastislav Brandobur 2017-01-13 13:26:11 +01:00 committed by GitHub
parent 2b8ff849ed
commit 84893ef85f

View File

@ -6,15 +6,15 @@
</div> </div>
<div class="comment-replies-holder"> <div class="comment-replies-holder">
<% if $Replies %> <% if $PagedReplies %>
<ul class="comments-list level-{$Depth}"> <ul class="comments-list level-{$Depth}">
<% loop $Replies %> <% loop $PagedReplies %>
<li class="comment $EvenOdd<% if FirstLast %> $FirstLast <% end_if %> $SpamClass"> <li class="comment $EvenOdd<% if FirstLast %> $FirstLast <% end_if %> $SpamClass">
<% include CommentsInterface_singlecomment %> <% include CommentsInterface_singlecomment %>
</li> </li>
<% end_loop %> <% end_loop %>
</ul> </ul>
<% with $Replies %> <% with $PagedReplies %>
<% include ReplyPagination %> <% include ReplyPagination %>
<% end_with %> <% end_with %>
<% end_if %> <% end_if %>