X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fheader.php;h=56cafa67ced876624a305e31d833bb9433d23306;hp=5d32484a7ae6fc39a8d5547c85dbabf69586b327;hb=7989ec603971c0dc8dc35d8be4e72f8098b83baa;hpb=c81e9ed85e01215e464d94446773bcd5e6699194 diff --git a/inc/header.php b/inc/header.php index 5d32484a7a..56cafa67ce 100644 --- a/inc/header.php +++ b/inc/header.php @@ -77,7 +77,7 @@ if (($header != "1") && ($header != "2")) { if ((getConfig('enable_title_deco') == "Y") && (getConfig('title_right') != "")) $TITLE .= " ".trim(getConfig('title_right')); // Remember title in constant for the template - define('__PAGE_TITLE', html_entity_decode($TITLE)); + define('__PAGE_TITLE', $TITLE); } elseif ((!isBooleanConstantAndTrue('mxchange_installed')) || (!isBooleanConstantAndTrue('admin_registered'))) { // Load language file because it was missing in installation finalizer step... *sigh* $FQFN = sprintf("inc/language/install_%s.php",