]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
Mailer project rwritten:
[mailer.git] / birthday_confirm.php
index 469104d454243cbbd4804577dd0b36451e998d28..20e2f6eeab7065aea291d77ce3a555f5a724d2a6 100644 (file)
@@ -118,10 +118,10 @@ $GLOBALS['__module'] = 'birthday_confirm';
 loadIncludeOnce('inc/header.php');
 
 // Load birthday header template (for your banners, e.g.?)
-$content['header'] =  loadTemplate('birthday_header', TRUE);
+$content['header'] = loadTemplate('birthday_header', TRUE);
 
 // Load birthday footer template (for your banners, e.g.?)
-$content['footer'] =  loadTemplate('birthday_footer', TRUE);
+$content['footer'] = loadTemplate('birthday_footer', TRUE);
 
 // Load final template and output it
 loadTemplate('birthday_confirm', FALSE, $content);