aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-03 19:45:38 -0700
committerfriendica <info@friendica.com>2014-06-03 19:45:38 -0700
commitb5617a5552896a7715264a374299a241df47b062 (patch)
tree3bb53ee03915543c39bb79471b8ffa1633fd5640
parent737d3f583665f24881e484b40acf0bbc5f498e48 (diff)
downloadvolse-hubzilla-b5617a5552896a7715264a374299a241df47b062.tar.gz
volse-hubzilla-b5617a5552896a7715264a374299a241df47b062.tar.bz2
volse-hubzilla-b5617a5552896a7715264a374299a241df47b062.zip
suggest app
-rw-r--r--app/suggest.apd4
-rw-r--r--app/suggest.pngbin0 -> 2164 bytes
-rw-r--r--include/apps.php4
3 files changed, 7 insertions, 1 deletions
diff --git a/app/suggest.apd b/app/suggest.apd
new file mode 100644
index 000000000..ff82a73d3
--- /dev/null
+++ b/app/suggest.apd
@@ -0,0 +1,4 @@
+url: $baseurl/suggest
+requires: local_user
+name: Suggest
+photo: $baseurl/app/suggest.png
diff --git a/app/suggest.png b/app/suggest.png
new file mode 100644
index 000000000..6868da30f
--- /dev/null
+++ b/app/suggest.png
Binary files differ
diff --git a/include/apps.php b/include/apps.php
index a24d8e503..f7b09c7b6 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -131,7 +131,9 @@ function translate_system_apps(&$arr) {
'Mood' => t('Mood'),
'Poke' => t('Poke'),
'Chat' => t('Chat'),
- 'Search' => t('Search')
+ 'Search' => t('Search'),
+ 'Probe' => t('Probe'),
+ 'Suggest' => t('Suggest')
);
if(array_key_exists($arr['name'],$apps))