X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=006450edfcfd62f2a06b94a25b43f78d19b4948b;hb=1bc72f5b55a01d4aa0590bd71ef7a8f77f90f0b1;hp=28c5c3e86308fdb975c5595aa4ebf2a77fe40fed;hpb=baa97febef3d324980b5f60d8512aab6ca4e07a8;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 28c5c3e863..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'] .= ""; }