Continued a bit:
[mailer.git] / show_bonus.php
index 97f9bd3c0dd46236941ebc0e7dee5e136a7915e7..895a2e88777cf4bba795ba92f2f97594e2a6cf16 100644 (file)
  * -------------------------------------------------------------------- *
  * 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 *
@@ -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]
 ?>