Code Duplication    Length = 4-4 lines in 2 locations

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

@@ 1798-1801 (lines=4) @@
1795
                $j++;
1796
            }
1797
            $friendHtml.='</ul>';
1798
        } else {
1799
            $friendHtml.= '<div class="">'.get_lang('NoFriendsInYourContactList').'<br />'
1800
                .'<a class="btn btn-primary" href="'.api_get_path(WEB_PATH).'whoisonline.php"><em class="fa fa-search"></em> '. get_lang('TryAndFindSomeFriends').'</a></div>';
1801
        }
1802
1803
        $friendHtml = Display::panel($friendHtml, get_lang('SocialFriend').' (' . $number_friends . ')' );
1804
@@ 1863-1866 (lines=4) @@
1860
                $j++;
1861
            }
1862
            $friendHtml.='</div>';
1863
        } else {
1864
            $friendHtml.= '<div class="help">'.get_lang('NoFriendsInYourContactList').' '
1865
                .'<a href="'.api_get_path(WEB_PATH).'whoisonline.php"><em class="fa fa-search"></em> '. get_lang('TryAndFindSomeFriends').'</a></div>';
1866
        }
1867
1868
        return $friendHtml;
1869
    }