diff --git a/public_html/modules/landing.php b/public_html/modules/landing.php index d8194d6..db7bcb7 100644 --- a/public_html/modules/landing.php +++ b/public_html/modules/landing.php @@ -59,4 +59,7 @@ $sPageContents = NewTemplater::Render("landing", $locale->strings, array( "project-name" => $sCampaign->sName, "urlname" => $sCampaign->sUrlName, "methods" => $sPaymentMethods +), array( + "currency" => $sCampaign->sDefaultCurrency, + "amount" => $sCampaign->sDefaultAmount )); diff --git a/public_html/templates/landing.tpl b/public_html/templates/landing.tpl index 947bbcd..765566f 100644 --- a/public_html/templates/landing.tpl +++ b/public_html/templates/landing.tpl @@ -55,7 +55,7 @@ {%option value="eur" text="€"} {%option value="btc" text="BTC"} {%/select} - {%input type="text" name="amount" id="field_amount" value="5.00"} + {%input type="text" name="amount" id="field_amount"} a month.