]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
For these IP locks, the real IP address is required, not any anonymized
[mailer.git] / birthday_confirm.php
index 607dd32c9e8c5e02e4311d10f8997f7c87e71dff..8d47c8e4b98a7bac207a2bd320da5b0d139f8abf 100644 (file)
@@ -117,18 +117,12 @@ if (SQL_NUMROWS($result) == 1) {
 // Free memory
 SQL_FREERESULT($result);
 
-// Set this because we have no module in URI
+// Set this because there is no module in URI
 $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);