diff --git a/templates/themes/zine/info.php b/templates/themes/zine/info.php new file mode 100644 index 00000000..d7dabef5 --- /dev/null +++ b/templates/themes/zine/info.php @@ -0,0 +1,23 @@ + 'Zine', + 'description' => 'sex on digital paper', + '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' => 'zine/index.html')), + + 'build_function' => 'zine_build'); +?> diff --git a/templates/themes/zine/theme.php b/templates/themes/zine/theme.php new file mode 100644 index 00000000..78cb780c --- /dev/null +++ b/templates/themes/zine/theme.php @@ -0,0 +1,28 @@ + $settings, + 'config' => $config, + 'boardlist' => createBoardlist())); + } +} + +?> diff --git a/templates/themes/zine/thumb.png b/templates/themes/zine/thumb.png new file mode 100644 index 00000000..f3f88e27 Binary files /dev/null and b/templates/themes/zine/thumb.png differ diff --git a/templates/themes/zine/zine.html b/templates/themes/zine/zine.html new file mode 100755 index 00000000..bf4f6dac --- /dev/null +++ b/templates/themes/zine/zine.html @@ -0,0 +1,68 @@ +{% filter remove_whitespace %} + + + + + {{ settings.title }} + + + + {% if config.font_awesome %}{% endif %} + + + +
{{ boardlist.top }}
+
+

{{ settings.title }}

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

+ special mascot + download +

+
+
01
+
02
+
+
+ + +{% endfilter %}