]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Added the credits to the pages without left sidebar
authorMichael Vogel <icarus@dabo.de>
Tue, 3 Nov 2015 00:19:22 +0000 (01:19 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 3 Nov 2015 00:19:22 +0000 (01:19 +0100)
view/theme/vier/theme.php

index 7db984e26783a035b1bfd7aa96da90abf18368e4..f9d4e4da37e04356142b3606680ef40f54175637 100644 (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' />";
 }