X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=7f6ead079f4d9abce62e964edf297f375e260bb5;hb=d10eee45b9d539a282180344fb5d5972a887e0ba;hp=25954350f978f25d9c2ae4df8ea3674832e8db03;hpb=f7537c9e90fa1b35618abd523d0d00f9658085a9;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 25954350f9..7f6ead079f 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -188,7 +188,7 @@ function vier_community_info() { $entry = replace_macros($tpl,array( '$id' => $rr['id'], '$profile_link' => $profile_link, - '$photo' => $a->get_cached_avatar_image($rr['thumb']), + '$photo' => $a->remove_baseurl($rr['thumb']), '$alt_text' => $rr['name'])); $aside['$lastusers_items'][] = $entry; } @@ -239,12 +239,12 @@ function vier_community_info() { $selected = (($cid == $contact['id']) ? ' forum-selected' : ''); $entry = array( - 'url' => z_root() . '/network?f=&cid=' . $contact['id'], - 'external_url' => z_root() . '/redir/' . $contact['id'], + 'url' => 'network?f=&cid=' . $contact['id'], + 'external_url' => 'redir/' . $contact['id'], 'name' => $contact['name'], 'cid' => $contact['id'], 'selected' => $selected, - 'micro' => proxy_url($contact['micro'], false, PROXY_SIZE_MICRO), + 'micro' => App::remove_baseurl(proxy_url($contact['micro'], false, PROXY_SIZE_MICRO)), 'id' => ++$id, ); $entries[] = $entry;