diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-03 23:17:39 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-03 23:17:39 +0000 |
commit | 063543734c5e2b37fc0d13beebcb7064c9fb2121 (patch) | |
tree | 610a133e7b5d41a20653019f8b7f4e05df0fd6ed /en/donate | |
parent | 203ae922eb763742714c367f0d49616f98bb1562 (diff) | |
download | www-063543734c5e2b37fc0d13beebcb7064c9fb2121.tar www-063543734c5e2b37fc0d13beebcb7064c9fb2121.tar.gz www-063543734c5e2b37fc0d13beebcb7064c9fb2121.tar.bz2 www-063543734c5e2b37fc0d13beebcb7064c9fb2121.tar.xz www-063543734c5e2b37fc0d13beebcb7064c9fb2121.zip |
donate/: add link to bitcoin address on blockchain.info
Diffstat (limited to 'en/donate')
-rw-r--r-- | en/donate/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index 96f44947d..de14c6888 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -32,7 +32,7 @@ _lang_load($locale, 'donate'); <?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?> </li> <li><h3 id="d-bitcoin"><?php _e('via bitcoin,'); ?></h3> - <?php echo sprintf(_t('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA'); ?> + <?php echo sprintf(_t('If you want to donate <a href="http://bitcoin.org/">bitcoins</a>, the Mageia.Org bitcoin address is <b>%s</b>.'), '<a href="https://blockchain.info/address/1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA">1GYF2h69NrJ7Pp92bNPDEdLABbH1hR7rsA</a>'); ?> </li> <li><h3><?php _e('via bank transfer,'); ?></h3> <p><?php _e('using the following Bank Identifier Code (IBAN-BIC):') ?></p> |