suggest app
This commit is contained in:
parent
737d3f5836
commit
b5617a5552
4
app/suggest.apd
Normal file
4
app/suggest.apd
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
url: $baseurl/suggest
|
||||||
|
requires: local_user
|
||||||
|
name: Suggest
|
||||||
|
photo: $baseurl/app/suggest.png
|
BIN
app/suggest.png
Normal file
BIN
app/suggest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
@ -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))
|
||||||
|
Reference in New Issue
Block a user