Vier: Added the credits to the pages without left sidebar

This commit is contained in:
Michael Vogel 2015-11-03 01:19:22 +01:00
parent 1831066259
commit e3fdb33df0
1 changed files with 1 additions and 1 deletions

View File

@ -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'] .= "<link rel='stylesheet' href='view/theme/vier/hide.css' />";
}