From 644948fb1e1260bea5856521676f721a8525bdbe Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Jun 2008 15:33:05 -0400 Subject: new layout for all action darcs-hash:20080610193305-84dde-ef9bfe958f79d8668f14302b22e098f2f8232bc1.gz --- lib/util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index cbf60619d..df8ae7241 100644 --- a/lib/util.php +++ b/lib/util.php @@ -169,12 +169,12 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $notice=NULL ($config['site']['logo']) : theme_path('logo.png'), 'alt' => $config['site']['name'], 'id' => 'logo')); - if ($notice && common_logged_in()) { + if (common_logged_in()) { common_notice_form(); } common_element_end('div'); common_element_start('div', array('id' => 'content')); - if ($notice && common_logged_in()) { + if (common_logged_in()) { common_views_menu(); } } -- cgit v1.2.3-54-g00ecf