X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=show_bonus.php;h=1b8dec3d3bbf3f6d05660525f7254d42c5e10831;hb=204e3708bbd92666ef01c1aff850347639a97ed7;hp=daffd41d3d372750a2f31112139add9581fd10f6;hpb=3382f066b73b5a9cf2833ebc1c5467502a441acc;p=mailer.git diff --git a/show_bonus.php b/show_bonus.php index daffd41d3d..1b8dec3d3b 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Rankliste fuer Turbo-Bonus anzeigen * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 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 * @@ -45,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE); $GLOBALS['__module'] = 'show_bonus'; $GLOBALS['__output_mode'] = '0'; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type setContentType('text/html'); @@ -55,7 +50,7 @@ setContentType('text/html'); redirectOnUninstalledExtension('bonus'); // Include header -loadIncludeOnce('inc/header.php'); +loadPageHeader(); if ((isValidId(getRequestElement('userid'))) && (getRequestElement('d') > 0) && (isGetRequestElementSet('t'))) { // Set row name @@ -132,7 +127,7 @@ LIMIT 1", loadTemplate('show_bonus', FALSE, $content); // Include footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>