diff --git a/lib/util.php b/lib/util.php index 18ac303d58..0e3af013d5 100644 --- a/lib/util.php +++ b/lib/util.php @@ -190,9 +190,11 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall= 'alt' => $config['site']['name'], 'id' => 'logo')); common_element_end('a'); + } else { + common_element('p', 'branding', $config['site']['name']); } + common_element('h1', 'pagetitle', $pagetitle); - common_element('h2', 'sitename', $config['site']['name']); if ($headercall) { if ($data) {