From 55edcb501634d4ff23ded9f8ac773075f77a2d22 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 27 Aug 2017 12:50:30 +0100 Subject: [PATCH] reorder code --- DonationsStats.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/DonationsStats.php b/DonationsStats.php index 7f2e4c6..d8db19c 100755 --- a/DonationsStats.php +++ b/DonationsStats.php @@ -71,10 +71,7 @@ echo '';

- This page contain statistics regarding donations made to the KXStudio project over time.
- So far the KXStudio project has received € in donations.
- The biggest donation ever made was on , with a value of €.
- Thank you very much for your generosity! + This page contain statistics regarding donations made to the KXStudio project over time.

@@ -97,6 +94,12 @@ for ($year = strftime("%Y"); $year >= "2013"; $year -= 1) {
+

+ So far the KXStudio project has received € in donations.
+ The biggest donation ever made was on , with a value of €.
+ Thank you very much for your generosity! +

+