more apps

This commit is contained in:
friendica 2014-05-22 20:39:42 -07:00
parent bcac633085
commit 39d5f2abcf
5 changed files with 10 additions and 0 deletions

4
app/chat.apd Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

4
app/poke.apd Normal file
View File

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

BIN
app/poke.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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))