From: Michael Vogel Date: Tue, 3 Nov 2015 00:19:22 +0000 (+0100) Subject: Vier: Added the credits to the pages without left sidebar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3fdb33df0df6550ead5ba964520d513c5201c01;p=friendica.git Vier: Added the credits to the pages without left sidebar --- diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 7db984e267..f9d4e4da37 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -89,7 +89,7 @@ EOT; // Hide the left menu bar if (($a->page['aside'] == "") AND in_array($a->argv[0], array("community", "events", "help", "manage", "notifications", - "probe", "webfinger", "login", "invite"))) + "probe", "webfinger", "login", "invite", "credits"))) $a->page['htmlhead'] .= ""; }