From: pdontthink Date: Sun, 24 Sep 2006 18:04:29 +0000 (+0000) Subject: Correct me if I'm wrong (because oddly, this seemed to be working previously for... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=38bbe4a5d0901c53cc045332b91ec20d886f87e7;hp=8266f7af96f6983e3346ab701bf7b807561e73f3 Correct me if I'm wrong (because oddly, this seemed to be working previously for me), but ampersands do not need to be encoded in links like this. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11738 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/page_header.php b/functions/page_header.php index 510b4f56..50423020 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -64,10 +64,10 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE $oTemplate->display('stylelink.tpl'); echo '\n"; + .'&templatedir='.$templatedir + .(!empty($used_fontset) ? '&fontset='.$used_fontset : '') + .(!empty($used_fontsize) ? '&fontsize='.$used_fontsize : '') + .(!empty($text_direction) ? '&dir='.$text_direction : '')."\">\n"; // load custom style sheet (deprecated) if ( ! empty($theme_css) ) { echo "\n";