diff options
author | filip <filip.komar@gmail.com> | 2020-05-03 18:23:38 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2020-05-03 18:23:38 +0200 |
commit | 473f2c544ab67695e3ee24d7ed7f102cd380ec01 (patch) | |
tree | 7bc640de2f3fc5ebba0407cfa068f8c1e4e2760b /en/donate/index.php | |
parent | 389acbeeccc4960129f0765f9d73cd01dc6259f9 (diff) | |
download | www-473f2c544ab67695e3ee24d7ed7f102cd380ec01.tar www-473f2c544ab67695e3ee24d7ed7f102cd380ec01.tar.gz www-473f2c544ab67695e3ee24d7ed7f102cd380ec01.tar.bz2 www-473f2c544ab67695e3ee24d7ed7f102cd380ec01.tar.xz www-473f2c544ab67695e3ee24d7ed7f102cd380ec01.zip |
remove IBAN-BIC info from the page to avoid confusion and questions
Diffstat (limited to 'en/donate/index.php')
-rw-r--r-- | en/donate/index.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/en/donate/index.php b/en/donate/index.php index 325e9888b..937d64b3c 100644 --- a/en/donate/index.php +++ b/en/donate/index.php @@ -33,19 +33,7 @@ $dictionary = read_translation_file($locale, array('donate', 'common_footer')); <?php include '../../paypal.inc.php'; echo html_paypal_form($locale); ?> <h3 id="d-bitcoin"><?php _g('via bitcoin,'); ?></h3> <?php echo sprintf(_r('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>'); ?> - <h3><?php _g('via bank transfer,'); ?></h3> - <p><?php _g('using the following Bank Identifier Code (IBAN-BIC):') ?></p> - <pre class="donate-coord p-3"> -<u><?php _g('In favor of:'); ?></u> -<?php echo $G_coord_assos; ?> - - -<u><?php _g('Bank Account:') ?></u> - -<?php echo $G_coord_assos_bank; ?> - -</pre> <h3><?php _g('or via check (€ only).')?></h3> <p><?php _g('You can send your donation by check to this address:')?></p> <pre class="donate-coord"> |