X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirfind.php;h=0c6d79480f5fc17ac120451b8c84ef64849885dc;hb=836058c47745f502890a209dfd6efcb3596ace84;hp=5c5d0e933ac5856444811e4479409f4cdcbbd93e;hpb=a71e3134bf7250b60cafd1e51098eea70c3459de;p=friendica.git diff --git a/mod/dirfind.php b/mod/dirfind.php index 5c5d0e933a..0c6d79480f 100644 --- a/mod/dirfind.php +++ b/mod/dirfind.php @@ -23,8 +23,10 @@ function dirfind_content(&$a) { $o = ''; - $o .= '

' . t('People Search') . ' - ' . $search . '

'; - + $o .= replace_macros(get_markup_template("section_title.tpl"),array( + '$title' => sprintf( t('People Search - %s'), $search) + )); + if($search) { $p = (($a->pager['page'] != 1) ? '&p=' . $a->pager['page'] : '');