diff options
author | friendica <info@friendica.com> | 2014-05-22 20:39:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-22 20:39:42 -0700 |
commit | 39d5f2abcfbeabb2e7d1483dfb753eda8882b35b (patch) | |
tree | 0df9196194d0c74658e547beab0207c4ef0d3b7f | |
parent | bcac633085d9383ad32f3608f07f83df31cc7635 (diff) | |
download | volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.tar.gz volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.tar.bz2 volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.zip |
more apps
-rw-r--r-- | app/chat.apd | 4 | ||||
-rw-r--r-- | app/chat.png | bin | 0 -> 2194 bytes | |||
-rw-r--r-- | app/poke.apd | 4 | ||||
-rw-r--r-- | app/poke.png | bin | 0 -> 14377 bytes | |||
-rw-r--r-- | include/apps.php | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/app/chat.apd b/app/chat.apd new file mode 100644 index 000000000..2eba8edba --- /dev/null +++ b/app/chat.apd @@ -0,0 +1,4 @@ +url: $baseurl/chat/$nick +requires: local_user +name: Chat +photo: $baseurl/app/chat.png diff --git a/app/chat.png b/app/chat.png Binary files differnew file mode 100644 index 000000000..aa03c75dd --- /dev/null +++ b/app/chat.png diff --git a/app/poke.apd b/app/poke.apd new file mode 100644 index 000000000..b7d189224 --- /dev/null +++ b/app/poke.apd @@ -0,0 +1,4 @@ +url: $baseurl/poke +requires: local_user +name: Poke +photo: $baseurl/app/poke.png diff --git a/app/poke.png b/app/poke.png Binary files differnew file mode 100644 index 000000000..1d264dd1b --- /dev/null +++ b/app/poke.png diff --git a/include/apps.php b/include/apps.php index 37deb0bbc..ab09ff531 100644 --- a/include/apps.php +++ b/include/apps.php @@ -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)) |