X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=img.php;h=09cafe5146de8bc60609fdd19009d34073a20158;hp=2e7d46fb9d1f1ca0e75859e5f315b5659db0c14e;hb=c08df20b10d0771e7f749d7afbe1f76be9f1b028;hpb=2d8391f9967d3c4bcc1712c0101cd7841ef9827a diff --git a/img.php b/img.php index 2e7d46fb9d..09cafe5146 100644 --- a/img.php +++ b/img.php @@ -46,6 +46,9 @@ require("inc/config.php"); // Script installed? if (isBooleanConstantAndTrue('mxchange_installed')) { + // Load header + require_once(PATH."inc/header.php"); + // Code set? if (!empty($_GET['code'])) { // Generate image @@ -63,6 +66,9 @@ if (isBooleanConstantAndTrue('mxchange_installed')) { require($fqfn); } // END - if } + + // Finish generation here + require_once(PATH."inc/footer.php"); } else { // You have to configure first! LOAD_URL("install.php");