X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lead-confirm.php;h=262724e6a43336fd489a50186b3b57bff2394020;hb=389e014839913bbd7f39d984d690b60172113269;hp=d8a63309c1921b07ccc9aea8651319621908000d;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec;p=mailer.git diff --git a/lead-confirm.php b/lead-confirm.php index d8a63309c1..262724e6a4 100644 --- a/lead-confirm.php +++ b/lead-confirm.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Alles um den Bestaetigungslink * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 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 * @@ -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] ?>