X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=006450edfcfd62f2a06b94a25b43f78d19b4948b;hb=1bc72f5b55a01d4aa0590bd71ef7a8f77f90f0b1;hp=2d313cb29edf46b52da1581733c518698842c084;hpb=ee71086133392f6c48cfb36bca3a7185665742c2;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 2d313cb29e..006450edfc 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -106,7 +106,7 @@ EOT; // Hide the left menu bar /// @TODO maybe move this static array out where it should belong? - if (empty(DI::page()['aside']) && in_array($args->get(0), ["community", "events", "help", "delegation", "notifications", + if (empty(DI::page()['aside']) && in_array($args->get(0), ["community", "calendar", "help", "delegation", "notifications", "probe", "webfinger", "login", "invite", "credits"])) { DI::page()['htmlhead'] .= ""; } @@ -154,7 +154,7 @@ function vier_community_info() foreach ($contacts as $contact) { $entry = Renderer::replaceMacros($tpl, [ '$id' => $contact['id'], - '$profile_link' => 'follow/?url='.urlencode($contact['url']), + '$profile_link' => 'contact/follow?url=' . urlencode($contact['url']), '$photo' => Contact::getMicro($contact), '$alt_text' => $contact['name'], ]);