X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirectory.php;h=9cce167605178ef9b7a322edebff0690614faf94;hb=4eb1c1eb1a9d830151aa6437fefb4e7a590064e8;hp=8b7f34c415bf901af1c2866ca9a1cc300c58142d;hpb=1a1f9b296c163af850d68babfb844e617f154875;p=friendica.git diff --git a/mod/directory.php b/mod/directory.php index 8b7f34c415..9cce167605 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -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) ? '

' . t('Finding: ') . "'" . $search . "'" . '

' : "")