|
in function settabmenu
i changed
[code]
c(t('Sorry, only friends can view this profile'));
[/code]
into
[code]
c('<div style="margin-left: 220px; width:500px;background-color: #eceff6;border: 1px solid #d4dae8;color: #333333; padding: 10px;font-size:13px;">'.t('People who aren\'t friends with {1} can\'t view this profile. If you know {1} personally, <a href="'.url('message/compose/u{2}').'">send him a message</a> or <a href="'.url('friends/add/{2}').'">add him as a friend</a>.',$profile['username'],$profile['id']).'</div>');
[/code] |