Gazelle/sections/donate/config.php

7 lines
151 B
PHP
Raw Normal View History

2011-03-28 14:21:28 +00:00
<?
define('PAYPAL_ADDRESS','whatcdbill@gmail.com');
define('PAYPAL_CURRENCY','EUR');
define('PAYPAL_SYMBOL','&#8364;');
define('PAYPAL_MINIMUM',5);
?>