X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffooter.php;h=47dbf47cfcc443bba228003421028fcdca24312f;hp=e1edeabfd94108f20850500c5b5e8a9991db8d5b;hb=a69cedede6cd798ca1d07d1d46a406467797b841;hpb=0da26ebf67e1a6c8e5ab5f23639c6abd99d84b2d diff --git a/inc/footer.php b/inc/footer.php index e1edeabfd9..47dbf47cfc 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") && ((isBooleanConstantAndTrue('WRITE_FOOTER ')))) { + if ((empty($frame)) && (basename($_SERVER['PHP_SELF']) != "mailid_top.php") && (isBooleanConstantAndTrue('WRITE_FOOTER'))) { LOAD_TEMPLATE("copyright"); }