]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Functions imported, some dev-scripts added
[mailer.git] / inc / header.php
index b04464c288b41d04cecd8a1d69f84c2685bae5d1..56cafa67ced876624a305e31d833bb9433d23306 100644 (file)
@@ -62,7 +62,7 @@ if (($header != "1") && ($header != "2")) {
                                } // END - if
 
                                // Add main title
-                               $TITLE .= MAIN_TITLE;
+                               $TITLE .= constant('MAIN_TITLE');
 
                                // Add title of module? (middle decoration will also be added!)
                                if ((getConfig('enable_mod_title') == "Y") || ((empty($GLOBALS['what'])) && (empty($GLOBALS['action']))) || ($GLOBALS['module'] == "admin")) $TITLE .= " ".trim(getConfig('title_middle'))." ".ADD_MODULE_TITLE($GLOBALS['module']);
@@ -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",