X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fpage_header.php;h=1f8b6ccbfbd5e8dddbc9d29ff961a1f26315ea72;hp=b21d13d7d74e0aaca2050e2864f815632ce46fcd;hb=8cd88a0d5e953dd0427f34076b32f788563934cc;hpb=4d6f5b550b9e5e6de4484734488f58d5928996e0 diff --git a/functions/page_header.php b/functions/page_header.php index b21d13d7..1f8b6ccb 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -240,14 +240,12 @@ function displayPageHeader($color, $mailbox, $sHeaderJs='', $sBodyTagJs = '') { $sm_attributes = ''; if (!$hide_sm_attributions) { - $sm_attributes .= '' ."\n"; if (empty($provider_uri)) { - $sm_attributes .= ' SquirrelMail'; + $sm_attributes .= create_hyperlink($base_uri . 'src/about.php', 'SquirrelMail'); } else { - if (empty($provider_name)) $provider_name= 'SquirrelMail'; - $sm_attributes .= ' '.$provider_name.''."\n"; + if (empty($provider_name)) $provider_name = 'SquirrelMail'; + $sm_attributes .= create_hyperlink($provider_uri, $provider_name, '_blank'); } - $sm_attributes .= " \n"; } $oTemplate->assign('body_tag_js', $sBodyTagJs);