From 7a53cebd29c00afbc53ab5c60f8980d8b6d204a0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 1 Nov 2012 09:51:35 -0700 Subject: Don't show the sidebar on error pages - it just increases the chances that we'll compound the error. Instead, focus on the error or the login form. Fixes #1921. --- themes/wind/views/page.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index c3e212c5..5bbbb509 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -131,7 +131,7 @@
- page_subtype != "login"): ?> + page_subtype, array("login", "error"))): ?>
-- cgit v1.2.3