]> git.mxchange.org Git - mailer.git/blobdiff - show_bonus.php
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / show_bonus.php
index ff3545d61bc8052793dbad772bbfb11399a84223..5144df314e07b056258aa16aacc86970e7e3d490 100644 (file)
@@ -128,12 +128,6 @@ LIMIT 1",
        $content['message'] = '<span class="bad">{--BONUS_SHOW_WRONG_CALL--}</span>';
 }
 
-// Load send_bonus header template (for your banners, e.g.?)
-$content['header'] = loadTemplate('show_bonus_header', TRUE);
-
-// Load show_bonus footer template (for your banners, e.g.?)
-$content['footer'] = loadTemplate('show_bonus_footer', TRUE);
-
 // Load final template
 loadTemplate('show_bonus', FALSE, $content);