diff --git a/templates/skin/new/actions/ActionProfile/friend_item.tpl b/templates/skin/new/actions/ActionProfile/friend_item.tpl index 7a63a5d1..873780d6 100644 --- a/templates/skin/new/actions/ActionProfile/friend_item.tpl +++ b/templates/skin/new/actions/ActionProfile/friend_item.tpl @@ -1,4 +1,4 @@ -{if $oUserFriend and ($oUserFriend->getFriendStatus()==$USER_FRIEND_ACCEPT+$USER_FRIEND_OFFER or $oUserFriend->getFriendStatus()==$USER_FRIEND_ACCEPT+$USER_FRIEND_ACCEPT) } +{if $oUserFriend and ($oUserFriend->getFriendStatus()==$USER_FRIEND_ACCEPT+$USER_FRIEND_OFFER or $oUserFriend->getFriendStatus()==$USER_FRIEND_ACCEPT+$USER_FRIEND_ACCEPT)}
  • {$aLang.user_friend_del}
  • {elseif $oUserFriend and $oUserFriend->getStatusTo()==$USER_FRIEND_REJECT and $oUserFriend->getStatusFrom()==$USER_FRIEND_OFFER and $oUserFriend->getUserTo()==$oUserCurrent->getId()}