link in the branding p

darcs-hash:20080618154643-84dde-e77d6bf486806725579cdfe922ccbe3e59e008e1.gz
This commit is contained in:
Evan Prodromou 2008-06-18 11:46:43 -04:00
parent 56125383f4
commit a4b36e28f4
1 changed files with 4 additions and 1 deletions

View 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);