From 1dccc0286f3d983352e21f8148fdf4d9e9bc205d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 16 Jun 2009 22:09:02 -0700 Subject: Change the page.html file so that if the type of page is login, the sidebar contents are are not shown --- themes/default/views/page.html.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes') diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 3feb14cb..f6286f95 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -81,7 +81,9 @@
+ page_type != "login"): ?> display("sidebar.html") ?> +
-- cgit v1.2.3