X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=948cbd9af6e328dc84e59150d7671c93ac154a6a;hp=44559e8996c18575855e1465f0f924df3eee409f;hb=96e99262a97d399f98bb92bc11a5fc9c140ca388;hpb=4373e155854012d687fdfcae4c69d1a940883fab diff --git a/install.php b/install.php index 44559e8996..948cbd9af6 100644 --- a/install.php +++ b/install.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Installationsscript. * * -------------------------------------------------------------------- * - * $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 * @@ -73,7 +68,7 @@ if ((isInstalled()) && (getRequestElement('install_page') != 'finished')) { } // END - if // Load header here -loadIncludeOnce('inc/header.php'); +loadPageHeader(); // Handle fatal errors runFilterChain('handle_fatal_errors'); @@ -110,7 +105,7 @@ if (isGetRequestElementSet('installer')) { } // Footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>