]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
class
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:32:58 +0000 (11:32 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:32:58 +0000 (11:32 -0400)
darcs-hash:20080618153258-84dde-48204f3d9d3d6c710d73bad4b390877cb34e2991.gz

lib/util.php

index a953fa39a8af7b9d29a9b7031d0803a28ffeba11..22350586c875d88b86565b0417d9ef6c2ae40ba1 100644 (file)
@@ -193,7 +193,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
                                                                        'id' => 'logo'));
                common_element_end('a');
        } else {
-               common_element('p', 'branding', $config['site']['name']);
+               common_element('p', array('id' => 'branding'), $config['site']['name']);
        }
        
        common_element('h1', 'pagetitle', $pagetitle);