From e3fdb33df0df6550ead5ba964520d513c5201c01 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 3 Nov 2015 01:19:22 +0100 Subject: [PATCH] Vier: Added the credits to the pages without left sidebar --- view/theme/vier/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] .= ""; }