aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))