]> git.mxchange.org Git - friendica.git/blobdiff - include/contact_widgets.php
Merge pull request #276 from tomtom84/master
[friendica.git] / include / contact_widgets.php
index e0f37f078f7cf2241b3e4efc34fbe3b9bcecc3c8..96b02f29391c816926739db27dc07fb86d552bc1 100644 (file)
@@ -12,6 +12,7 @@ function follow_widget() {
 }
 
 function findpeople_widget() {
+       require_once('include/Contact.php');
 
        $a = get_app();
 
@@ -32,6 +33,7 @@ function findpeople_widget() {
                '$findthem' => t('Find'),
                '$suggest' => t('Friend Suggestions'),
                '$similar' => t('Similar Interests'),
+               '$random' => t('Random Profile'),
                '$inv' => t('Invite Friends')
        ));