From 9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 16 May 2014 02:54:52 -0700 Subject: the help app --- app/help.apd | 3 +++ app/help.png | Bin 0 -> 6889 bytes include/apps.php | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 app/help.apd create mode 100644 app/help.png diff --git a/app/help.apd b/app/help.apd new file mode 100644 index 000000000..ca7208e6a --- /dev/null +++ b/app/help.apd @@ -0,0 +1,3 @@ +url: $baseurl/help +name: Help +photo: $baseurl/app/help.png diff --git a/app/help.png b/app/help.png new file mode 100644 index 000000000..e1348231c Binary files /dev/null and b/app/help.png differ diff --git a/include/apps.php b/include/apps.php index 1896b938b..181079f2f 100644 --- a/include/apps.php +++ b/include/apps.php @@ -105,7 +105,7 @@ function parse_app_description($f) { function translate_system_apps(&$arr) { $apps = array( 'Matrix' => t('Matrix'), 'Channel Home' => t('Channel Home'), 'Profile' => t('Profile'), - 'Photos' => t('Photos'), 'Events' => t('Events'), 'Directory' => t('Directory') + 'Photos' => t('Photos'), 'Events' => t('Events'), 'Directory' => t('Directory'), 'Help' => t('Help') ); -- cgit v1.2.3