X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=4811010521816f357667b0b16c4aa7e0dacd2dee;hb=8608c3a0c1eac96110b978b20f86c818c482daac;hp=5f520f237280bc56150aaad15897d797366736b1;hpb=c3e061c0d6fc0ee8778ebaebf1c05cf2bf126703;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index 5f520f2372..4811010521 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -48,7 +48,7 @@ if (($footer != "1") && ($footer != "2") && ($CSS != "1")) { } // Shall we display the copyright notice? - if ((empty($frame)) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (WRITE_FOOTER == true)) { + if ((empty($frame)) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (isBooleanConstantAndTrue('WRITE_FOOTER'))) { LOAD_TEMPLATE("copyright"); }