diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-30 15:05:00 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-30 15:05:00 +0000 |
commit | 2f79f3bfcdfe8d2dc36d0dd81c32f70499a0608a (patch) | |
tree | 05793a2bb9f8247de2a6df6499a171bef96f8e2b /en | |
parent | ac908dc6c518ef6002a065caab7905e517f7a1a9 (diff) | |
download | www-2f79f3bfcdfe8d2dc36d0dd81c32f70499a0608a.tar www-2f79f3bfcdfe8d2dc36d0dd81c32f70499a0608a.tar.gz www-2f79f3bfcdfe8d2dc36d0dd81c32f70499a0608a.tar.bz2 www-2f79f3bfcdfe8d2dc36d0dd81c32f70499a0608a.tar.xz www-2f79f3bfcdfe8d2dc36d0dd81c32f70499a0608a.zip |
thank-you: move note at the top
Diffstat (limited to 'en')
-rw-r--r-- | en/thank-you/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index d84e491be..c40407059 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -29,13 +29,13 @@ include '../../donators.inc.php'; </header> <article> <section class="para" style="width: 70%; text-align: left; float: left;"> + <p><?php _e('Note: this page has not been updated recently and is in the process of being replaced. You can check latest donations on <a href="http://treasurer.mageia.org/donations.html">this page</a>.'); ?></p> <p><?php $pp = html_donators_list($donators, $anonymous); echo sprintf(_t('%d amazing people %sdonated money%s to Mageia.Org:'), $pp['count'], '<a href="../donate/">', '</a>'); ?></p> <?php echo $pp['list']; ?> - <p><?php _e('Note: this page has not been updated recently and is in the process of being replaced. You can check latest donations on <a href="http://treasurer.mageia.org/donations.html">this page</a>.'); ?></p> </section> <section class="para" style="width: 20%; text-align: left; float: left;"> <p><?php _e('Since September 2010, Mageia would not have come to a reality without the enthusiasm, advice and involvement of hundreds of people.')?></p> |