mirror of
https://github.com/openvk/openvk
synced 2025-06-07 06:57:00 +03:00
fix: hide reply button at closed topic
This commit is contained in:
parent
53115cb946
commit
7e65f25d7b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
{if sizeof($comments) > 0}
|
||||
<div class='scroll_container'>
|
||||
<div class='scroll_node' n:foreach="$comments as $comment">
|
||||
{include "comment.xml", comment => $comment}
|
||||
{include "comment.xml", comment => $comment, no_reply_button => $readOnly}
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 11px;">
|
||||
|
|
Loading…
Reference in a new issue