Code Duplication    Length = 4-4 lines in 2 locations

main/inc/lib/social.lib.php 2 locations

@@ 1774-1777 (lines=4) @@
1771
                $j++;
1772
            }
1773
            $friendHtml.='</ul>';
1774
        } else {
1775
            $friendHtml.= '<div class="">'.get_lang('NoFriendsInYourContactList').'<br />'
1776
                .'<a class="btn btn-primary" href="'.api_get_path(WEB_PATH).'whoisonline.php"><em class="fa fa-search"></em> '. get_lang('TryAndFindSomeFriends').'</a></div>';
1777
        }
1778
1779
        $friendHtml = Display::panel($friendHtml, get_lang('SocialFriend').' (' . $number_friends . ')' );
1780
@@ 1840-1843 (lines=4) @@
1837
                $j++;
1838
            }
1839
            $friendHtml.='</div>';
1840
        } else {
1841
            $friendHtml.= '<div class="help">'.get_lang('NoFriendsInYourContactList').' '
1842
                .'<a href="'.api_get_path(WEB_PATH).'whoisonline.php"><em class="fa fa-search"></em> '. get_lang('TryAndFindSomeFriends').'</a></div>';
1843
        }
1844
1845
        return $friendHtml;
1846
    }