]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Reworked contact relations between Friendica and Diaspora
[friendica.git] / mod / follow.php
index 4a4429f2e6488df0c161abe41127778ea25bec24..54c20e5093ac4924f7891b4dd37a54785c14cc3f 100644 (file)
@@ -81,7 +81,7 @@ function follow_content(&$a) {
 
        $o  = replace_macros($tpl,array(
                        '$header' => htmlentities($header),
-                       '$photo' => proxy_url($ret["photo"]),
+                       '$photo' => proxy_url($ret["photo"], false, PROXY_SIZE_SMALL),
                        '$desc' => "",
                        '$pls_answer' => t('Please answer the following:'),
                        '$does_know_you' => array('knowyou', sprintf(t('Does %s know you?'),$ret["name"]), false, '', array(t('No'),t('Yes'))),
@@ -105,7 +105,7 @@ function follow_content(&$a) {
                        '$request' => $request,
                        '$location' => bbcode($r[0]["location"]),
                        '$location_label' => t("Location:"),
-                       '$about' => proxy_parse_html(bbcode($r[0]["about"], false, false)),
+                       '$about' => bbcode($r[0]["about"], false, false),
                        '$about_label' => t("About:"),
                        '$keywords' => $r[0]["keywords"],
                        '$keywords_label' => t("Tags:")