]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Added resize possibility to proxy function
[friendica.git] / view / theme / vier / theme.php
index 6d3ac1caf6db80f81a926d7148e4078c72333de2..ff06b6303059b13ecb10e27ced3141e9fb90cb7f 100644 (file)
@@ -132,7 +132,7 @@ function vier_community_info() {
                                        '$id' => $rr['id'],
                                        //'$profile_link' => zrl($rr['url']),
                                        '$profile_link' => $a->get_baseurl().'/follow/?url='.urlencode($rr['url']),
-                                       '$photo' => proxy_url($rr['photo']),
+                                       '$photo' => proxy_url($rr['photo'], false, PROXY_SIZE_MICRO),
                                        '$alt_text' => $rr['name'],
                                ));
                                $aside['$comunity_profiles_items'][] = $entry;