the help app
This commit is contained in:
parent
b559134a14
commit
9e95458ea5
3
app/help.apd
Normal file
3
app/help.apd
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
url: $baseurl/help
|
||||||
|
name: Help
|
||||||
|
photo: $baseurl/app/help.png
|
BIN
app/help.png
Normal file
BIN
app/help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
@ -105,7 +105,7 @@ function parse_app_description($f) {
|
|||||||
|
|
||||||
function translate_system_apps(&$arr) {
|
function translate_system_apps(&$arr) {
|
||||||
$apps = array( 'Matrix' => t('Matrix'), 'Channel Home' => t('Channel Home'), 'Profile' => t('Profile'),
|
$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')
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user