leftypol/templates/themes/donate/info.php

82 lines
2.5 KiB
PHP
Raw Normal View History

2014-09-28 19:43:09 +00:00
<?php
$theme = array(
'name' => 'Donate',
'description' => 'le wales face',
'version' => 'v9001',
'config' => array(
array('title' => 'Page title',
'name' => 'title',
'type' => 'text'),
array('title' => 'Slogan',
'name' => 'subtitle',
'type' => 'text',
'comment' => '(optional)'),
array('title' => 'File',
'name' => 'file',
'type' => 'text',
'default' => 'donate.html'),
array('title' => 'Monthly Amount',
'name' => 'monthlyamount',
'type' => 'text',
'default' => '$0'),
array('title' => 'Current Sticker Amount',
'name' => 'stickeramount',
'type' => 'text',
'default' => '$0'),
array('title' => 'Current Other Donations Amount',
'name' => 'otheramount',
'type' => 'text',
'default' => '$0'),
array('title' => 'Current Bitcoin Amount',
'name' => 'bitcoinamount',
'type' => 'text',
'default' => '0 BTC'),
array('title' => 'Current Progress',
'name' => 'currentprogress',
'type' => 'text',
'default' => '$0'),
array('title' => 'Progress Bar CSS class',
'name' => 'progressbarcssclass',
'type' => 'text',
'default' => 'progress-bar green glow'),
array('title' => 'Progress Bar CSS width',
'name' => 'progressbarcsswidth',
'type' => 'text',
'default' => '15%'),
array('title' => 'Progress Bar CSS left',
'name' => 'progressbarcssleft',
'type' => 'text',
'default' => '51'),
array('title' => 'Progress Bar Text CSS left',
'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'),
),
2014-09-28 19:43:09 +00:00
'build_function' => 'donate_build');
2014-09-28 19:43:09 +00:00
?>