X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=7773636420658cc015c2db7a4076d5ad9e40b589;hb=5f89cb09234bc79aab2be93778609b344239c3da;hp=aa0a69fc954441e12ad4322b569672e95b5c6901;hpb=98bba66dcb335a86385967bc08ce30f5be0f4b75;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())