]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Added resize possibility to proxy function
[friendica.git] / mod / follow.php
index 352a8988b55183e9a8ee8a4f2c89ff64a9121e82..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'))),