]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Functions imported, some dev-scripts added
[mailer.git] / inc / header.php
index 5d32484a7ae6fc39a8d5547c85dbabf69586b327..56cafa67ced876624a305e31d833bb9433d23306 100644 (file)
@@ -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
                                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",
                        } 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",