X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fheader.php;h=b6d3f52b6e27f0ccb8a58b28e74e96a000b5c4d7;hb=dd4e427f846625b8a7131108b99b612576cc4821;hp=8f2d54deae8f6518ec0d94e4a5a4b05c0ce70e83;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/header.php b/inc/header.php index 8f2d54deae..b6d3f52b6e 100644 --- a/inc/header.php +++ b/inc/header.php @@ -96,7 +96,7 @@ if (($header != "1") && ($header != "2")) { // Do not add the fatal message in installation mode if (basename($_SERVER['PHP_SELF']) != "install.php") ADD_FATAL(NO_CONFIG_FOUND); } - } + } // END - if // Save some little memory unset($TITLE); @@ -104,13 +104,16 @@ if (($header != "1") && ($header != "2")) { // Output page header code LOAD_TEMPLATE("page_header"); - // Include meta data here - LOAD_TEMPLATE("metadata"); + // Include meta data in "guest" module + if ($GLOBALS['module'] == "index") { + // Load meta data template + LOAD_TEMPLATE("metadata"); - // Add meta description to header - if ((isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered')) && ($GLOBALS['module'] != "admin") && ($GLOBALS['module'] != "login") && (isset($db)) && (isset($link))) { - // Add meta description not in admin and login module and when the script is installed - META_DESCRIPTION($GLOBALS['module'], $GLOBALS['what']); + // Add meta description to header + if ((isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered')) && (isset($db)) && (is_resource($link))) { + // Add meta description not in admin and login module and when the script is installed + META_DESCRIPTION($GLOBALS['module'], $GLOBALS['what']); + } // END - if } // END - if // Include more header data here