diff --git a/templates/themes/donate/donate.html b/templates/themes/donate/donate.html index 27f16747..1ecf008e 100644 --- a/templates/themes/donate/donate.html +++ b/templates/themes/donate/donate.html @@ -32,7 +32,9 @@

Cost per month {{ settings.monthlyamount }}

-

Funds from stickers {{ settings.currentamount }}

+

Funds from stickers {{ settings.stickeramount }}

+ +

Funds from other donations {{ settings.otheramount }}

diff --git a/templates/themes/donate/info.php b/templates/themes/donate/info.php index 2b618e89..6fa57cd6 100644 --- a/templates/themes/donate/info.php +++ b/templates/themes/donate/info.php @@ -24,8 +24,13 @@ $theme = array( 'type' => 'text', 'default' => '$55'), - array('title' => 'Current Amount', - 'name' => 'currentamount', + array('title' => 'Current Sticker Amount', + 'name' => 'stickeramount', + 'type' => 'text', + 'default' => '$0'), + + array('title' => 'Current Other Donations Amount', + 'name' => 'otheramount', 'type' => 'text', 'default' => '$0'),