mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
+
This commit is contained in:
parent
ca0fe71774
commit
e7dfcdfb67
2 changed files with 4 additions and 4 deletions
|
@ -113,9 +113,9 @@
|
|||
{if $comment->getUType() === 1}
|
||||
<div class="post-menu">
|
||||
<strong>
|
||||
{if $comment->isLikedByUser() === true}
|
||||
{if $comment->isLikedByUser()}
|
||||
{_support_good_answer_agent}
|
||||
{elseif $comment->isLikedByUser() === false}
|
||||
{else}
|
||||
{_support_bad_answer_agent}
|
||||
{/if}
|
||||
</strong>
|
||||
|
|
|
@ -121,9 +121,9 @@
|
|||
{if $comment->getUType() === 1}
|
||||
<div class="post-menu">
|
||||
<strong id="markText-{$comment->getId()}">
|
||||
{if $comment->isLikedByUser() === true}
|
||||
{if $comment->isLikedByUser()}
|
||||
{_support_good_answer_user}
|
||||
{elseif $comment->isLikedByUser() === false}
|
||||
{else}
|
||||
{_support_bad_answer_user}
|
||||
{/if}
|
||||
</strong>
|
||||
|
|
Loading…
Reference in a new issue