]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
DE update to strings and templates
[friendica.git] / mod / directory.php
index 7f18bd0268257890214b3fe5b741020e83823501..367438845427d420f9139fd64ee817044ca88404 100644 (file)
@@ -44,7 +44,7 @@ function directory_content(&$a) {
        $gdirpath = dirname(get_config('system','directory_submit_url'));
        if(strlen($gdirpath)) {
                $globaldir = '<ul><li><div id="global-directory-link"><a href="'
-               . $gdirpath . '">' . t('Global Directory') . '</a></div></li></ul>';
+               . zrl($gdirpath,true) . '">' . t('Global Directory') . '</a></div></li></ul>';
        }
 
        $admin = '';