leftypol/templates/themes/zine/info.php

24 lines
616 B
PHP
Raw Normal View History

2015-09-12 20:29:33 +00:00
<?php
$theme = array(
'name' => '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');
?>