Added global directory link to the find people side panel

This commit is contained in:
RJ Madsen 2017-07-06 14:19:58 -04:00
parent fd36e4e8b0
commit 255f38710c
4 changed files with 14 additions and 5 deletions

View file

@ -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')
));
}