Index: donate.html |
=================================================================== |
--- a/donate.html |
+++ b/donate.html |
@@ -363,16 +363,19 @@ label |
var recurrence = recurrenceValue.get({ |
"monthly": "M" |
}); |
var fields = { |
business: "till@adblockplus.org", |
item_name: formValues.name, |
currency_code: currencyValue.get(), |
+ page_style: "paypal", |
+ cpp_header_image: "https://adblockplus.org/paypal_header.png", |
+ cpp_payflow_color: "F6F4EF", |
lc: langValue.get({ |
"de": "DE", |
"en": "US", |
"es": "ES", |
"fr": "FR", |
"nl": "NL", |
"pt_br": "BR", |
"zh_cn": "C2", |