X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=19dee6cc94e3c95c30864596adaa7044a2d931d0;hp=a54278b22aa227dd12c9475d599e08edadd66128;hb=eac9440acf7d8f00feb31a27dea7585c248ca974;hpb=f2b603aed42bfdf7a94611d7bae71fe3a1048890 diff --git a/birthday_confirm.php b/birthday_confirm.php index a54278b22a..19dee6cc94 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * 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] ?>