mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Hide actions in other user's friendslist
This commit is contained in:
parent
b21a428a2c
commit
80e9ec4ba7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
{/block}
|
||||
|
||||
{block actions}
|
||||
{if $x->getId() !== $thisUser->getId()}
|
||||
{if ($x->getId() !== $thisUser->getId()) && ($thisUser->getId() === $user->getId())}
|
||||
{var $subStatus = $x->getSubscriptionStatus($thisUser)}
|
||||
{if $subStatus === 0}
|
||||
<form action="/setSub/user" method="post" class="profile_link_form">
|
||||
|
|
Loading…
Reference in a new issue