]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
link in the branding p
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:46:43 +0000 (11:46 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:46:43 +0000 (11:46 -0400)
darcs-hash:20080618154643-84dde-e77d6bf486806725579cdfe922ccbe3e59e008e1.gz

lib/util.php

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