diff --git a/templates/themes/donate/donate.html b/templates/themes/donate/donate.html new file mode 100644 index 00000000..8edf7bd7 --- /dev/null +++ b/templates/themes/donate/donate.html @@ -0,0 +1,41 @@ +{% filter remove_whitespace %} + + + + + {{ settings.title }} + + + + + + {{ boardlist.top }} + +
+

{{ settings.title }}

+
{{ settings.subtitle }}
+
+ + + +
+

gibe pls

+

Lainchan costs something to run, $30 per month to be + exact. Your donations go entirely towards funding lainchan. Here + are some ways you can help out.

+ +

You can donate via paypal here:

+ +
+ + + + +
+ +

Or, you can donate BTC + to 19ibcphZdSNEANBSawNNQmzCa3eoybxLUA.

+
+ + +{% endfilter %} diff --git a/templates/themes/donate/info.php b/templates/themes/donate/info.php new file mode 100644 index 00000000..fa3f649b --- /dev/null +++ b/templates/themes/donate/info.php @@ -0,0 +1,23 @@ + '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'); +?> diff --git a/templates/themes/donate/theme.php b/templates/themes/donate/theme.php new file mode 100644 index 00000000..736519a8 --- /dev/null +++ b/templates/themes/donate/theme.php @@ -0,0 +1,28 @@ + $settings, + 'config' => $config, + 'boardlist' => createBoardlist())); + } +} + +?> diff --git a/templates/themes/donate/thumb.png b/templates/themes/donate/thumb.png new file mode 100644 index 00000000..f3f88e27 Binary files /dev/null and b/templates/themes/donate/thumb.png differ