]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge pull request #2130 from annando/1512-contact-rework
[friendica.git] / mod / allfriends.php
index 3e825c0060fbdd097fcffcf50453e35e35e3bcd8..49879c7a03dbcab8613032318a0f17b2a4ddc178 100644 (file)
@@ -84,7 +84,7 @@ function allfriends_content(&$a) {
        $tpl = get_markup_template('viewcontact_template.tpl');
 
        $o .= replace_macros($tpl,array(
-               '$title' => sprintf( t('Friends of %s'), htmlentities($c[0]['name'])),
+               //'$title' => sprintf( t('Friends of %s'), htmlentities($c[0]['name'])),
                '$tab_str' => $tab_str,
                '$contacts' => $entries,
        ));