mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Added global directory link to the find people side panel
This commit is contained in:
parent
fd36e4e8b0
commit
255f38710c
4 changed files with 14 additions and 5 deletions
|
@ -37,7 +37,8 @@ function findpeople_widget() {
|
|||
'$suggest' => t('Friend Suggestions'),
|
||||
'$similar' => t('Similar Interests'),
|
||||
'$random' => t('Random Profile'),
|
||||
'$inv' => t('Invite Friends')
|
||||
'$inv' => t('Invite Friends'),
|
||||
'directory' => t('View Global Directory')
|
||||
));
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue