X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fheader.php;h=b64cebb75e38e33240eca0ddff17c25d259a1e9d;hp=ce152eaad04333294e4453eb6674f5563558365b;hb=541d2d03d7fac53d38b5d4236d1c35fb5f1f526b;hpb=cf272c703f483113b2df4765c69d7f1d714b8638 diff --git a/inc/header.php b/inc/header.php index ce152eaad0..b64cebb75e 100644 --- a/inc/header.php +++ b/inc/header.php @@ -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'])." "; + + // 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!)