]> git.mxchange.org Git - friendica.git/blobdiff - mod/suggest.php
The autofollow option is moved from the addons to the core.
[friendica.git] / mod / suggest.php
index af16197a04d827a938a8f656cbd8a890ed8a198a..e07e9331146cd1ec8efa4840de23eeb3763d37dd 100644 (file)
@@ -65,7 +65,9 @@ function suggest_content(&$a) {
        $a->page['aside'] .= findpeople_widget();
 
 
-       $o .= '<h2>' . t('Friend Suggestions') . '</h2>';
+       $o .= replace_macros(get_markup_template("section_title.tpl"),array(
+               '$title' => t('Friend Suggestions')
+       ));
 
 
        $r = suggestion_query(local_user());