X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=30a21421eb694bdc9335b2e03293e11f95b4bae2;hp=a54278b22aa227dd12c9475d599e08edadd66128;hb=6dcb879ba3abb21843503cacc65d1fe0848eb90f;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee diff --git a/birthday_confirm.php b/birthday_confirm.php index a54278b22a..30a21421eb 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 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE); $GLOBALS['__module'] = 'birthday_confirm'; $GLOBALS['__output_mode'] = '0'; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type setContentType('text/html'); @@ -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] ?>