mirror of
https://github.com/openvk/openvk
synced 2025-07-04 23:09:54 +03:00
fix: hide reply button at closed topic
This commit is contained in:
parent
e82cb5d6d7
commit
e7ec66b702
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