more apps
This commit is contained in:
parent
bcac633085
commit
39d5f2abcf
4
app/chat.apd
Normal file
4
app/chat.apd
Normal file
@ -0,0 +1,4 @@
|
||||
url: $baseurl/chat/$nick
|
||||
requires: local_user
|
||||
name: Chat
|
||||
photo: $baseurl/app/chat.png
|
BIN
app/chat.png
Normal file
BIN
app/chat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
4
app/poke.apd
Normal file
4
app/poke.apd
Normal file
@ -0,0 +1,4 @@
|
||||
url: $baseurl/poke
|
||||
requires: local_user
|
||||
name: Poke
|
||||
photo: $baseurl/app/poke.png
|
BIN
app/poke.png
Normal file
BIN
app/poke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -129,6 +129,8 @@ function translate_system_apps(&$arr) {
|
||||
'Help' => t('Help'),
|
||||
'Mail' => t('Mail'),
|
||||
'Mood' => t('Mood'),
|
||||
'Poke' => t('Poke'),
|
||||
'Chat' => t('Chat')
|
||||
);
|
||||
|
||||
if(array_key_exists($arr['name'],$apps))
|
||||
|
Reference in New Issue
Block a user