Introduced detectServerProtocol() to fully support HTTPS and more use of isFullQualif...
[mailer.git] / birthday_confirm.php
index a54278b22aa227dd12c9475d599e08edadd66128..19dee6cc94e3c95c30864596adaa7044a2d931d0 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Geburtstagsgutschrift bestaetigen                *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -121,13 +116,13 @@ sqlFreeResult($result);
 $GLOBALS['__module'] = 'birthday_confirm';
 
 // Include header
-loadIncludeOnce('inc/header.php');
+loadPageHeader();
 
 // Load final template and output it
 loadTemplate('birthday_confirm', FALSE, $content);
 
 // Include footer
-loadIncludeOnce('inc/footer.php');
+loadPageFooter();
 
 // [EOF]
 ?>