forked from leftypol/leftypol
Add other donation fields to donate theme / extension
This commit is contained in:
parent
03075e7a8c
commit
e5aa42860d
2 changed files with 10 additions and 3 deletions
|
@ -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'),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue