]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
lighter colours
[friendica.git] / mod / directory.php
index 094cf028f9a3f4ef0def72085f8481aa20b96b0c..dd80ef2b8ab994d2e2e2783a583ae0fc1a89e547 100644 (file)
@@ -40,6 +40,7 @@ function directory_content(&$a) {
 
                foreach($r as $rr) {
 
+
                        $profile_link = $a->get_baseurl() . '/profile/' . ((strlen($rr['nickname'])) ? $rr['nickname'] : $rr['profile_uid']);
                        $details = '';
                        if(strlen($rr['locality']))