forked from leftypol/leftypol
Add zine theme
This commit is contained in:
parent
67d242a7af
commit
6335ff308b
4 changed files with 119 additions and 0 deletions
23
templates/themes/zine/info.php
Normal file
23
templates/themes/zine/info.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?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');
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue