]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Added help text
[friendica.git] / mod / dirfind.php
index 5c5d0e933ac5856444811e4479409f4cdcbbd93e..0c6d79480f5fc17ac120451b8c84ef64849885dc 100644 (file)
@@ -23,8 +23,10 @@ function dirfind_content(&$a) {
        
        $o = '';
 
-       $o .= '<h2>' . t('People Search') . ' - ' . $search . '</h2>';
-       
+       $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'] : '');