X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fpage_header.php;h=f3fc1e68199275df4e51ef05a11c3009f4f88164;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hp=ae04d929139e3659249511412a2abc4fab18b782;hpb=c552d9d2c0084b6a879e47a0b4671091143dc678;p=squirrelmail.git diff --git a/functions/page_header.php b/functions/page_header.php index ae04d929..f3fc1e68 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -5,7 +5,7 @@ * * Prints the page header (duh) * - * @copyright 1999-2018 The SquirrelMail Project Team + * @copyright 1999-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -88,9 +88,9 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE // When not defined, a default is provided that displays the default favicon.ico. // If you override this and still want to use the default favicon.ico, you'll have to include the following // following in your $head_tag_extra string: - // $head_tag_extra = '......'; + // $head_tag_extra = '......'; // - . (empty($head_tag_extra) ? '' + . (empty($head_tag_extra) ? '' : str_replace('###SM BASEURI###', sqm_baseuri(), $head_tag_extra)); $used_fontset = (!empty($chosen_fontset) ? $chosen_fontset : $default_fontset);