diff options
author | eliott <eliott@cactuswax.net> | 2007-12-11 15:13:09 -0500 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-11 20:27:48 -0800 |
commit | f02fdceef9a041f363732490769f1babc8f64515 (patch) | |
tree | 253434cefce83b5b116e1cc19847e1ccb42058c7 /templates/public | |
parent | 3a6217bfa31d36c2c9e0d7b1ab4eac2cb1e3b872 (diff) |
Changed paypal information to Aaron, from Judd.
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/donate.html | 8 | ||||
-rw-r--r-- | templates/public/irc.html | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index bdb9adef..9436b09a 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -18,8 +18,12 @@ <!-- paypal code --> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> - <input type="hidden" name="business" value="jvinet@zeroflux.org"> - <input type="hidden" name="item_name" value="Arch Linux"> + <input type="hidden" name="business" value="aaronmgriffin@gmail.com"> + <input type="hidden" name="currency_code" value="USD"> + <input type="hidden" name="tax" value="0"> + <input type="hidden" name="lc" value="US"> + <input type="hidden" name="bn" value="PP-DonationsBF"> + <input type="hidden" name="item_name" value="Arch Linux Donation"> <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="cn" value="Suggestions/Comments"> diff --git a/templates/public/irc.html b/templates/public/irc.html index 9cfed49a..f69be873 100644 --- a/templates/public/irc.html +++ b/templates/public/irc.html @@ -32,7 +32,7 @@ <td><strong>#archlinux.br</strong></td> <td>Discussion (Brazilian)</td> </tr><tr> - <td><strong>#archlinux-it</strong></td> + <td><strong>#archlinux.it</strong></td> <td>Discussion (Italian)</td> </tr> </table> |