]> git.mxchange.org Git - mailer.git/blobdiff - doubler.php
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / doubler.php
index e3e4d073ccc7e59713b0aa966de0640dce3d4288..04fb0d6a93596483fef630d8c6a0075c552dfda8 100644 (file)
@@ -179,13 +179,6 @@ if (getDoublerSendMode() == 'DIRECT') {
 // Output header
 loadIncludeOnce('inc/header.php');
 
-// Banner in text
-$content['banner'] = loadTemplate('doubler_banner', TRUE);
-
-// Load header/footer templates
-$content['header'] = loadTemplate('doubler_header', TRUE);
-$content['footer'] = loadTemplate('doubler_footer', TRUE);
-
 if (isUserDataValid()) {
        // Transfer userid/nickname to constant
        $content['refid'] = getUserData('userid');