diff options
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/util.php b/lib/util.php index c6f32eeb7..aa0b8f02c 100644 --- a/lib/util.php +++ b/lib/util.php @@ -170,9 +170,6 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $notice=NULL 'alt' => $config['site']['name'], 'id' => 'logo')); common_element_end('a'); - if (common_logged_in()) { - common_notice_form(); - } common_element_end('div'); common_element_start('div', array('id' => 'content')); } |