diff --git a/mod/directory.php b/mod/directory.php
index 6aa890226b..01cb1a3ffb 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -10,10 +10,16 @@ function directory_content(&$a) {
$tpl .= load_view_file('view/directory_header.tpl');
-
+ $globaldir = '';
+ $gdirpath = dirname(get_config('system','directory_submit_url'));
+ if(strlen($gdirpath)) {
+ $globaldir = '
';
+ }
$o .= replace_macros($tpl, array(
'$search' => $search,
+ '$globaldir' => $globaldir,
'$finding' => (strlen($search) ? '' . t('Finding: ') . "'" . $search . "'" . '
' : "")
));
diff --git a/view/directory_header.tpl b/view/directory_header.tpl
index ba39236f2f..03eed62b3c 100644
--- a/view/directory_header.tpl
+++ b/view/directory_header.tpl
@@ -1,6 +1,6 @@
Site Directory
-
+$globaldir
$finding