]> git.mxchange.org Git - mailer.git/blobdiff - img.php
Extension ext-theme doesn't need to be activated in admin area
[mailer.git] / img.php
diff --git a/img.php b/img.php
index 0325c3f12a15c1917cbebe66a3c472a129740935..f3075ddb3203d63b4d6162502f2647950dc49978 100644 (file)
--- a/img.php
+++ b/img.php
@@ -57,7 +57,7 @@ if (isGetRequestElementSet('code')) {
        generateImageOrCode(bigintval(getRequestElement('code')));
 } elseif (isGetRequestElementSet('img')) {
        // 'img' set so create the IFN (Include-FileName)
-       $inc = sprintf("inc/img/tag-%s.php",
+       $inc = sprintf("inc/img/img_%s.php",
                getRequestElement('img')
        );