Browse Source

reorder code

pull/12/head
falkTX 7 years ago
parent
commit
55edcb5016
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      DonationsStats.php

+ 7
- 4
DonationsStats.php View File

@@ -71,10 +71,7 @@ echo '</tr>';
</p> </p>


<p> <p>
This page contain statistics regarding donations made to the KXStudio project over time.<br/>
So far the KXStudio project has received <?php echo number_format($GLOBALS['total_ever'], 2); ?>&euro; in donations.<br/>
The biggest donation ever made was on <?php echo $GLOBALS['biggest_donation_date']; ?>, with a value of <?php echo number_format($GLOBALS['biggest_donation_value'], 2); ?>&euro;.<br/>
Thank you very much for your generosity!
This page contain statistics regarding donations made to the KXStudio project over time.
</p> </p>


<div class="box box-description"> <div class="box box-description">
@@ -97,6 +94,12 @@ for ($year = strftime("%Y"); $year >= "2013"; $year -= 1) {
</table> </table>
</div> </div>


<p>
So far the KXStudio project has received <?php echo number_format($GLOBALS['total_ever'], 2); ?>&euro; in donations.<br/>
The biggest donation ever made was on <?php echo $GLOBALS['biggest_donation_date']; ?>, with a value of <?php echo number_format($GLOBALS['biggest_donation_value'], 2); ?>&euro;.<br/>
Thank you very much for your generosity!
</p>

<p><br/></p> <p><br/></p>


<?php <?php


Loading…
Cancel
Save