diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 22:28:56 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 22:28:56 +0000 |
commit | 4a09601150affe7f136a2912c3ffbaee767672df (patch) | |
tree | f4ae7e218719ef109772d61271a294f9b9ab46f5 /en/thank-you | |
parent | 8913169afa840dde15e1f52e09eb6155f59c3263 (diff) | |
download | www-4a09601150affe7f136a2912c3ffbaee767672df.tar www-4a09601150affe7f136a2912c3ffbaee767672df.tar.gz www-4a09601150affe7f136a2912c3ffbaee767672df.tar.bz2 www-4a09601150affe7f136a2912c3ffbaee767672df.tar.xz www-4a09601150affe7f136a2912c3ffbaee767672df.zip |
Add amount of donations received in the last 30 days
Diffstat (limited to 'en/thank-you')
-rw-r--r-- | en/thank-you/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 6551d35d6..04f2206f4 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -37,6 +37,11 @@ include '../../donators.inc.php'; ?></p> <ul id="donlist" class="ty-ppl-list"></ul> <p> + <?php sprintf(_t('%s Euros has been donated to Mageia.Org in the last 30 days. <a href="%s">More details</a>.'), + '<span id="donations_30days"></span>', 'http://treasurer.mageia.org/donations.html'); + ?> + </p> + <p> <?php _e('Last update:') ?> <span id="last_update"></span> </p> </section> |