]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change sitename h2 to branding p
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:20:04 +0000 (11:20 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:20:04 +0000 (11:20 -0400)
darcs-hash:20080618152004-84dde-4d97997a9842ff1db550152266b51048df9e7281.gz

lib/util.php

index 18ac303d5831ae1ab476873d06f24a57d18bc2aa..0e3af013d51041903abfb555121594382dc8bf22 100644 (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) {