Ben bu durumu eklemek istiyorum:
{if $profile.sex == 1 || $profile.sex == 4}
...
{/if}
Bu kodu:
case 'friendlist':
if ( app_Features::isAvailable( 14 ) )
{
$_output = '<div class="memhome_link">';
$_output.= '<a href="'.SK_Navigation::href( 'profile_friend_list' ).'" '.$class.'>'.$lang_section->text( 'href_my_friendlist').'</a>';
$_output.= ' ('.app_FriendNetwork::countFriends( SK_HttpUser::profile_id() ).')';
$_output.= '</div>';
}
break;
Herkes, bana herhangi bir yardım verebilir misin lütfen?