This commit is contained in:
n1rwana 2021-12-14 17:19:59 +03:00
parent ca0fe71774
commit e7dfcdfb67
2 changed files with 4 additions and 4 deletions

View file

@ -113,9 +113,9 @@
{if $comment->getUType() === 1} {if $comment->getUType() === 1}
<div class="post-menu"> <div class="post-menu">
<strong> <strong>
{if $comment->isLikedByUser() === true} {if $comment->isLikedByUser()}
{_support_good_answer_agent} {_support_good_answer_agent}
{elseif $comment->isLikedByUser() === false} {else}
{_support_bad_answer_agent} {_support_bad_answer_agent}
{/if} {/if}
</strong> </strong>

View file

@ -121,9 +121,9 @@
{if $comment->getUType() === 1} {if $comment->getUType() === 1}
<div class="post-menu"> <div class="post-menu">
<strong id="markText-{$comment->getId()}"> <strong id="markText-{$comment->getId()}">
{if $comment->isLikedByUser() === true} {if $comment->isLikedByUser()}
{_support_good_answer_user} {_support_good_answer_user}
{elseif $comment->isLikedByUser() === false} {else}
{_support_bad_answer_user} {_support_bad_answer_user}
{/if} {/if}
</strong> </strong>