Use upcoming functions loadPageHeader() and loadPageFooter() instead of include
[mailer.git] / lead-confirm.php
index 34deb6a63f18fcbfd6d33e29dbaa79fa2136b59b..12b61064b5b64c97d063482462e4e9464c40fb17 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Alles um den Bestaetigungslink                   *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -55,7 +50,7 @@ setContentType('text/html');
 redirectOnUninstalledExtension('lead');
 
 // Header
-loadIncludeOnce('inc/header.php');
+loadPageHeader();
 
 // Initialize the array for the template
 $content = array(
@@ -76,7 +71,7 @@ if ((isSessionVariableSet('lead_userid')) && (fetchUserData(getSession('lead_use
 loadTemplate('lead_code', FALSE, $content);
 
 // Footer
-loadIncludeOnce('inc/footer.php');
+loadPageFooter();
 
 // [EOF]
 ?>