Add donate page

This commit is contained in:
Michael Walker 2014-09-28 19:43:09 +00:00
parent 341e6476f9
commit 81bfe2e910
4 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,23 @@
<?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')),
'build_function' => 'donate_build');
?>