|
|
|
@ -93,9 +93,9 @@ if (isset($name_search) && $name_search != 'undefined') { |
|
|
|
|
$social_right_content = '<div class="col-md-9">'; |
|
|
|
|
|
|
|
|
|
if (count($friends) == 0) { |
|
|
|
|
$social_right_content .= get_lang('NoFriendsInYourContactList').'<br /><br />'; |
|
|
|
|
$social_right_content .= '<a class="btn btn-primary" href="search.php"> |
|
|
|
|
<i class="fa fa-search"></i>'.get_lang('TryAndFindSomeFriends').'</a>'; |
|
|
|
|
$social_right_content .= get_lang('NoFriendsInYourContactList').'<br />'; |
|
|
|
|
$social_right_content .= '<a class="btn btn-success" href="search.php"> |
|
|
|
|
<i class="fa fa-search"></i> '.get_lang('TryAndFindSomeFriends').'</a>'; |
|
|
|
|
} else { |
|
|
|
|
$social_right_content .= get_lang('Search').' : '; |
|
|
|
|
$social_right_content .= '<input class="social-search-image" type="text" id="id_search_image" name="id_search_image" onkeyup="search_image_social()" />'; |
|
|
|
|