From dd003fa92a343315a09af559a1446b592f06f05d Mon Sep 17 00:00:00 2001 From: Mzhelskiy Maxim Date: Fri, 29 Apr 2011 10:09:14 +0000 Subject: [PATCH] fix template "new" --- templates/skin/new/actions/ActionProfile/friend_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}