change sitename h2 to branding p

darcs-hash:20080618152004-84dde-4d97997a9842ff1db550152266b51048df9e7281.gz
This commit is contained in:
Evan Prodromou 2008-06-18 11:20:04 -04:00
parent 0ee3b6c57f
commit 2de52654e2
1 changed files with 3 additions and 1 deletions

View File

@ -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) {