X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=show_bonus.php;h=c5812223ef430fd04af96fc2ac6a38710a9d9bc9;hp=97f9bd3c0dd46236941ebc0e7dee5e136a7915e7;hb=5f53ccec1071ab7ab0134f928c2caf3fd3d1a14f;hpb=155492a5b96cec674846973a8524238b0365a848 diff --git a/show_bonus.php b/show_bonus.php index 97f9bd3c0d..c5812223ef 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * 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 * * For more information visit: http://mxchange.org * @@ -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 @@ -70,7 +65,7 @@ if ((isValidId(getRequestElement('userid'))) && (getRequestElement('d') > 0) && break; default: // Invalid type - logDebugMessage(__FILE__, __LINE__, sprintf("Invalid type %s detected.", getRequestElement('t'))); + logDebugMessage(__FILE__, __LINE__, sprintf('Invalid type %s detected.', getRequestElement('t'))); break; } // END - switch @@ -132,7 +127,7 @@ LIMIT 1", loadTemplate('show_bonus', FALSE, $content); // Include footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>