aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/directory.apd2
-rw-r--r--include/apps.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/directory.apd b/app/directory.apd
new file mode 100644
index 000000000..59aa157c6
--- /dev/null
+++ b/app/directory.apd
@@ -0,0 +1,2 @@
+url: $baseurl/directory
+name: Directory
diff --git a/include/apps.php b/include/apps.php
index ced337e71..80fc0299b 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -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')
);