]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
more boolean constants improved
[mailer.git] / inc / footer.php
index 5f520f237280bc56150aaad15897d797366736b1..85ebb5be438e37a5517ba945f8ed461532595638 100644 (file)
@@ -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");
        }