X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsuggest.php;h=e07e9331146cd1ec8efa4840de23eeb3763d37dd;hb=dcfcd6f906e9b7a10d4e733ff53879149c05e80a;hp=af16197a04d827a938a8f656cbd8a890ed8a198a;hpb=8f1cfac20ab5c7acfbe26d8ccf04ebbd0d94a0e3;p=friendica.git diff --git a/mod/suggest.php b/mod/suggest.php index af16197a04..e07e933114 100644 --- a/mod/suggest.php +++ b/mod/suggest.php @@ -65,7 +65,9 @@ function suggest_content(&$a) { $a->page['aside'] .= findpeople_widget(); - $o .= '

' . t('Friend Suggestions') . '

'; + $o .= replace_macros(get_markup_template("section_title.tpl"),array( + '$title' => t('Friend Suggestions') + )); $r = suggestion_query(local_user());