add directory

This commit is contained in:
friendica 2014-05-15 20:36:09 -07:00
parent 2fdc13e91d
commit a2b4187a08
2 changed files with 3 additions and 1 deletions

2
app/directory.apd Normal file
View File

@ -0,0 +1,2 @@
url: $baseurl/directory
name: Directory

View File

@ -96,7 +96,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') 'Photos' => t('Photos'), 'Events' => t('Events'), 'Directory' => t('Directory')
); );