diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 21:54:10 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 21:54:10 +0000 |
commit | 3fec26131376392dedf762e66473de19657d3aa2 (patch) | |
tree | 2c326206d01fe1aab0a67a622c1e42e99ad229f4 /en/thank-you/index.php | |
parent | 76104f04c77b52f60a90b5db1f51100c1e372421 (diff) | |
download | www-3fec26131376392dedf762e66473de19657d3aa2.tar www-3fec26131376392dedf762e66473de19657d3aa2.tar.gz www-3fec26131376392dedf762e66473de19657d3aa2.tar.bz2 www-3fec26131376392dedf762e66473de19657d3aa2.tar.xz www-3fec26131376392dedf762e66473de19657d3aa2.zip |
Remove old html_donators_list function
Diffstat (limited to 'en/thank-you/index.php')
-rw-r--r-- | en/thank-you/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php index 01d6bf47c..6551d35d6 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -32,9 +32,8 @@ include '../../donators.inc.php'; <article> <section class="para" style="width: 70%; text-align: left; float: left;"> <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>'); + echo sprintf(_t('The following amazing people %sdonated money%s to Mageia.Org:'), + '<a href="../donate/">', '</a>'); ?></p> <ul id="donlist" class="ty-ppl-list"></ul> <p> |