X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=948cbd9af6e328dc84e59150d7671c93ac154a6a;hb=aee03a72f6131ee51374e17b05f8c712e4604776;hp=1e305c17df2dcb2350812d04e244b70954b8d26d;hpb=3c50057c4da8c632d1923d7879a2b870d1eb7155;p=mailer.git diff --git a/install.php b/install.php index 1e305c17df..948cbd9af6 100644 --- a/install.php +++ b/install.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Installationsscript. * * -------------------------------------------------------------------- * - * $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 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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] ?>