]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
our implementation of "aspects" functionally complete
[friendica.git] / mod / directory.php
index 8b7f34c415bf901af1c2866ca9a1cc300c58142d..9cce167605178ef9b7a322edebff0690614faf94 100644 (file)
@@ -9,6 +9,8 @@ function directory_content(&$a) {
 
        $tpl .= file_get_contents('view/directory_header.tpl');
 
+       
+
        $o .= replace_macros($tpl, array(
                '$search' => $search,
                '$finding' => (strlen($search) ? '<h4>' . t('Finding: ') . "'" . $search . "'" . '</h4>' : "")