]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Mail confirmation frameset now shows subject line as extra browser title
[mailer.git] / inc / header.php
index ce152eaad04333294e4453eb6674f5563558365b..b64cebb75e38e33240eca0ddff17c25d259a1e9d 100644 (file)
@@ -54,6 +54,14 @@ if (($header != "1") && ($header != "2")) {
                        if ((isset($_CONFIG)) && (is_array($_CONFIG)) && (count($_CONFIG) > 1) && (is_resource($link)) && (isset($db))) {
                                // Title decoration enabled?
                                if (($_CONFIG['enable_title_deco'] == "Y") && (!empty($_CONFIG['title_left']))) $TITLE .= trim($_CONFIG['title_left'])." ";
                        if ((isset($_CONFIG)) && (is_array($_CONFIG)) && (count($_CONFIG) > 1) && (is_resource($link)) && (isset($db))) {
                                // Title decoration enabled?
                                if (($_CONFIG['enable_title_deco'] == "Y") && (!empty($_CONFIG['title_left']))) $TITLE .= trim($_CONFIG['title_left'])." ";
+
+                               // Do we have some extra title?
+                               if (!empty($EXTRA_TITLE)) {
+                                       // Then prepent it
+                                       $TITLE .= $EXTRA_TITLE." by ";
+                               } // END - if
+
+                               // Add main title
                                $TITLE .= MAIN_TITLE;
 
                                // Add title of module? (middle decoration will also be added!)
                                $TITLE .= MAIN_TITLE;
 
                                // Add title of module? (middle decoration will also be added!)