]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / birthday_confirm.php
index 607dd32c9e8c5e02e4311d10f8997f7c87e71dff..51c7c936295d4c320f133ece64f2b68a05c5b79a 100644 (file)
@@ -123,12 +123,6 @@ $GLOBALS['__module'] = 'birthday_confirm';
 // Include header
 loadIncludeOnce('inc/header.php');
 
-// Load birthday header template (for your banners, e.g.?)
-$content['header'] = loadTemplate('birthday_header', TRUE);
-
-// Load birthday footer template (for your banners, e.g.?)
-$content['footer'] = loadTemplate('birthday_footer', TRUE);
-
 // Load final template and output it
 loadTemplate('birthday_confirm', FALSE, $content);