{* Including Global Header *} {include file="$style_dir/global_header.html"} {include file="$style_dir/blocks/view_channel/channel_global.html" }
{include file="$style_dir/header.html" }
{include file="$style_dir/message.html"}
{include file="$style_dir/blocks/view_channel/channel_top.html" } {assign var=user_vdo value= $userquery->get_user_profile_video($p)} {if $user_vdo}
This content requires JavaScript and Macromedia Flash Player 7 or higher. Get Flash

{AD place=336x280}
{/if}
{include file="$style_dir/blocks/view_channel/channel_left.html" }
{lang code='users_contacts' assign='users_contacts'}

{$users_contacts|sprintf:$u.username}

{if $friends} {foreach from=$friends item=friend} {if $u.userid!=$friend.userid} {assign var=user_detail value=$userquery->get_user_details($friend.userid)} {else} {assign var=user_detail value=$userquery->get_user_details($friend.contact_userid)} {/if} {include file="$style_dir/blocks/user.html" user=$user_detail} {/foreach} {else} This user has no contacts {/if}