diff options
author | friendica <info@friendica.com> | 2014-05-16 02:54:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-16 02:54:52 -0700 |
commit | 9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3 (patch) | |
tree | 955e7e762cd2ddc15ac957e17c418664aae57f91 | |
parent | b559134a14f1f63ad6be3cc2356a5caa04f554e2 (diff) | |
download | volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.tar.gz volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.tar.bz2 volse-hubzilla-9e95458ea5fd1cc24df59c70d0bf1d315fe6a3a3.zip |
the help app
-rw-r--r-- | app/help.apd | 3 | ||||
-rw-r--r-- | app/help.png | bin | 0 -> 6889 bytes | |||
-rw-r--r-- | include/apps.php | 2 |
3 files changed, 4 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 000000000..e1348231c --- /dev/null +++ b/app/help.png 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') ); |