Plugin Directory

Changeset 2887616


Ignore:
Timestamp:
03/27/2023 01:37:06 PM (3 years ago)
Author:
raphaelheide
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • donate-me/trunk/includes/index.php

    r2886626 r2887616  
    44$currency1 = array ('Australian Dollars', 'Brazilian Real', 'Canadian Dollars', 'Czech Koruna', 'Danish Krone', 'Euro', 'Hong Kong Dollar', 'Hungarian Forint', 'Israeli New Shekel', 'Yen', 'Malaysian Ringgit', 'Mexican Peso', 'Norwegian Krone', 'New Zealand Dollar', 'Philippine Peso', 'Polish Zloty', 'Pounds Sterling', 'South Africa Rand', 'Russian Ruble', 'Singapore Dollar', 'Swedish Krona', 'Swiss Franc', 'Taiwan New Dollar', 'Thai Baht', 'Turkish Lira', 'U.S. Dollars');
    55$currency2 = array ('AUD', 'BRL', 'CAD', 'CZK', 'DKK', 'EUR', 'HKD', 'HUF', 'ILS', 'JPY', 'MYR', 'MXN', 'NOK', 'NZD', 'PHP', 'PLN', 'GBP', 'ZAF', 'RUB', 'SGD', 'SEK', 'CHF', 'TWD', 'THB', 'TRY', 'USD');
    6 $color1 = array('Red', 'Yellow', 'Blue', 'Green', 'Purple', 'Orange', 'Black', 'Gray', 'Default site color');
     6$color1 = array('Red', 'Yellow', 'Blue', 'Green', 'Purple', 'Orange', 'Black', 'Gray', 'Default site color', 'Primary site color');
    77$color2 = array('box-shadow:inset 0px 39px 0px -24px #e67a73; background-color:#e4685d; border-radius:8px; border:1px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:15px; padding:9px 27px; text-decoration:none; text-shadow:0px 1px 0px #b23e35;',
    88'box-shadow:inset 0px 39px 0px -24px #ecf06e; background-color:#ebeb3d; border-radius:8px; border:1px solid #ffffff; display:inline-block; cursor:pointer; color:#331f1f; font-family:Arial; font-size:15px; padding:9px 27px; text-decoration:none; text-shadow:0px 1px 0px #9db034;',
     
    1313'box-shadow:inset 0px 39px 0px -24px #000000; background-color:#1b1b1b; border-radius:8px; border:1px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:15px; padding:9px 27px; text-decoration:none; text-shadow:0px 1px 0px #20201f;',
    1414'box-shadow:inset 0px 39px 0px -24px #5f5d5d; background-color:#5f5d5a; border-radius:8px; border:1px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:15px; padding:9px 27px; text-decoration:none; text-shadow:0px 1px 0px #565653;',
    15 '" class="button primary',
     15'" class="button',
     16'" class="button primary'
     17
    1618);
    1719
Note: See TracChangeset for help on using the changeset viewer.