aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-22 20:39:42 -0700
committerfriendica <info@friendica.com>2014-05-22 20:39:42 -0700
commit39d5f2abcfbeabb2e7d1483dfb753eda8882b35b (patch)
tree0df9196194d0c74658e547beab0207c4ef0d3b7f
parentbcac633085d9383ad32f3608f07f83df31cc7635 (diff)
downloadvolse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.tar.gz
volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.tar.bz2
volse-hubzilla-39d5f2abcfbeabb2e7d1483dfb753eda8882b35b.zip
more apps
-rw-r--r--app/chat.apd4
-rw-r--r--app/chat.pngbin0 -> 2194 bytes
-rw-r--r--app/poke.apd4
-rw-r--r--app/poke.pngbin0 -> 14377 bytes
-rw-r--r--include/apps.php2
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
new file mode 100644
index 000000000..aa03c75dd
--- /dev/null
+++ b/app/chat.png
Binary files differ
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
new file mode 100644
index 000000000..1d264dd1b
--- /dev/null
+++ b/app/poke.png
Binary files differ
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))