forked from leftypol/leftypol
Add bitcoin fields (Receiving address and QR code file location) to Donate theme / extension
This commit is contained in:
parent
e69657065e
commit
4c7e4881e4
2 changed files with 24 additions and 4 deletions
|
@ -35,7 +35,12 @@ $theme = array(
|
|||
'type' => 'text',
|
||||
'default' => '$0'),
|
||||
|
||||
array('title' => 'Current Progress',
|
||||
array('title' => 'Current Bitcoin Amount',
|
||||
'name' => 'bitcoinamount',
|
||||
'type' => 'text',
|
||||
'default' => '0 BTC'),
|
||||
|
||||
array('title' => 'Current Progress',
|
||||
'name' => 'currentprogress',
|
||||
'type' => 'text',
|
||||
'default' => '$0'),
|
||||
|
@ -60,7 +65,17 @@ $theme = array(
|
|||
'name' => 'progressbartextcssleft',
|
||||
'type' => 'text',
|
||||
'default' => '195'),
|
||||
),
|
||||
|
||||
|
||||
array('title' => 'Bitcoin receiving address',
|
||||
'name' => 'bitcoinreceivingaddress',
|
||||
'type' => 'text',
|
||||
'default' => 'nothing'),
|
||||
|
||||
array('title' => 'Bitcoin receiving QR code ',
|
||||
'name' => 'bitcoinreceivingqrcode',
|
||||
'type' => 'text',
|
||||
'default' => 'nothing'),
|
||||
),
|
||||
'build_function' => 'donate_build');
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue