X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=api.php;h=dedbd9c5f9dfe332a20dc3a0ee7d4ae4d277a2fc;hb=150ed402878985508f10f4e06d25831e0fb3a1f8;hp=a6524ae02c1a72f9e44d201ac263210c8cf1939c;hpb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;p=mailer.git diff --git a/api.php b/api.php index a6524ae02c..dedbd9c5f9 100644 --- a/api.php +++ b/api.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Allgemeines API-Script * * -------------------------------------------------------------------- * - * $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 * @@ -63,12 +58,12 @@ require('inc/config-global.php'); //initApi(); // Load header here -loadIncludeOnce('inc/header.php'); +loadPageHeader(); // @TODO Do stuff here // Footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>