Мои друзья под аватаром
открываем файл com_users_profile ищем:
{if $usr.friends_total} <div class="usr_friends_block usr_profile_block"> {if $usr.friends_total > 6} <div class="float_bar"> <a href="/users/{$usr.id}/friendlist.html">{$LANG.ALL_FRIENDS}</a> ({$usr.friends_total}) </div> {/if} <div class="usr_wall_header"> {if !$myprofile} {$LANG.USER_FRIENDS} {else} {$LANG.MY_FRIENDS} {/if} </div> {assign var="col" value="1"} <table width="" cellpadding="5" cellspacing="0" border="0" class="usr_friends_list" align="left"> {if $col==1}<tr>{/if} <td align="center" valign="top"> <div class="usr_friend_cell"> <div align="center"><a class="friend_link" href="{profile_url login=$friend.login}">{$friend.nickname}</a></div> <div align="center"><a href="{profile_url login=$friend.login}">{$friend.avatar}</a></div> <div align="center">{$friend.flogdate}</div> </div> </td> {if $col==6} </tr> {assign var="col" value="1"} {else} {math equation="x + 1" x=$col assign="col"} {/if} {/foreach} {if $col>1}<td colspan="{math equation="x - y + 1" x=$col y=$maxcols}"> </td></tr>{/if} </table> </div> {/if}
<div id="user_profile_url"> <div>{$LANG.LINK_TO_THIS_PAGE}:</div> <a href="{$usr.profile_link}" title="{$usr.nickname}">{$usr.profile_link}</a> </div>
{if $col==6} </tr> {assign var="col" value="1"} {else} {math equation="x + 1" x=$col assign="col"} {/if}
{if $col==2} </tr> {assign var="col" value="1"} {else} {math equation="x + 1" x=$col assign="col"} {/if}