X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lead-confirm.php;h=12b61064b5b64c97d063482462e4e9464c40fb17;hb=aee03a72f6131ee51374e17b05f8c712e4604776;hp=34deb6a63f18fcbfd6d33e29dbaa79fa2136b59b;hpb=57ebcf68d831d1d074328c0b048ae694281315f3;p=mailer.git diff --git a/lead-confirm.php b/lead-confirm.php index 34deb6a63f..12b61064b5 100644 --- a/lead-confirm.php +++ b/lead-confirm.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * 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] ?>