suggest app

This commit is contained in:
friendica 2014-06-03 19:45:38 -07:00
parent 737d3f5836
commit b5617a5552
3 changed files with 7 additions and 1 deletions

4
app/suggest.apd Normal file
View File

@ -0,0 +1,4 @@
url: $baseurl/suggest
requires: local_user
name: Suggest
photo: $baseurl/app/suggest.png

BIN
app/suggest.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -131,7 +131,9 @@ function translate_system_apps(&$arr) {
'Mood' => t('Mood'), 'Mood' => t('Mood'),
'Poke' => t('Poke'), 'Poke' => t('Poke'),
'Chat' => t('Chat'), 'Chat' => t('Chat'),
'Search' => t('Search') 'Search' => t('Search'),
'Probe' => t('Probe'),
'Suggest' => t('Suggest')
); );
if(array_key_exists($arr['name'],$apps)) if(array_key_exists($arr['name'],$apps))