diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-07 13:38:38 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-07 13:40:21 +0100 |
commit | c8818d83498d19262ba90f7f2954828c24cf03cb (patch) | |
tree | 47df39f63d12db6cf078561a245aff2c9c425db4 /include | |
parent | 83ea120ac96c1f565a227a670023aa3128534e45 (diff) | |
download | volse-hubzilla-c8818d83498d19262ba90f7f2954828c24cf03cb.tar.gz volse-hubzilla-c8818d83498d19262ba90f7f2954828c24cf03cb.tar.bz2 volse-hubzilla-c8818d83498d19262ba90f7f2954828c24cf03cb.zip |
Suggestions in dir redux. Suggestions are now showed in directory if suggest=1 parameter is given to directory.
Diffstat (limited to 'include')
-rw-r--r-- | include/contact_widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 4e8adab62..ee9394e95 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -24,6 +24,7 @@ function findpeople_widget() { '$label' => t('Connect/Follow'), '$hint' => t('Examples: Robert Morgenstein, Fishing'), '$findthem' => t('Find'), + '$suggest' => t('Channel Suggestions'), '$similar' => '', // FIXME and uncomment when mod/match working // t('Similar Interests'), '$random' => t('Random Profile'), '$inv' => t('Invite Friends'), |