X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=7773636420658cc015c2db7a4076d5ad9e40b589;hb=f7597d42ad9ffeed1774e9957237e1366270fc36;hp=aa0a69fc954441e12ad4322b569672e95b5c6901;hpb=9244e8727d4f57c304624246f7d4f578def1a813;p=friendica.git diff --git a/mod/match.php b/mod/match.php index aa0a69fc95..7773636420 100644 --- a/mod/match.php +++ b/mod/match.php @@ -9,7 +9,9 @@ function match_content(&$a) { $_SESSION['return_url'] = $a->get_baseurl() . '/' . $a->cmd; - $o .= '

' . t('Profile Match') . '

'; + $o .= replace_macros(get_markup_template("section_title.tpl"),array( + '$title' => t('Profile Match') + )); $r = q("SELECT `pub_keywords`, `prv_keywords` FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1", intval(local_user())