leftypol/templates/themes/rules/info.php
2015-02-14 06:12:54 +01:00

23 lines
615 B
PHP
Executable File

<?php
$theme = array(
'name' => 'Rules',
'description' => 'Display the lainchan rules',
'version' => 'v1',
'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' => 'rules.html')),
'build_function' => 'rules_build');
?>