add directory
This commit is contained in:
parent
2fdc13e91d
commit
a2b4187a08
2
app/directory.apd
Normal file
2
app/directory.apd
Normal file
@ -0,0 +1,2 @@
|
||||
url: $baseurl/directory
|
||||
name: Directory
|
@ -96,7 +96,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')
|
||||
'Photos' => t('Photos'), 'Events' => t('Events'), 'Directory' => t('Directory')
|
||||
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user