forked from leftypol/leftypol
Revert "Add SFW overboard theme"
This commit is contained in:
parent
53f82b295d
commit
b11487a8a0
8 changed files with 23 additions and 478 deletions
|
@ -1,23 +0,0 @@
|
|||
<?php
|
||||
|
||||
// Basic theme properties
|
||||
$theme = array(
|
||||
'name' => 'Overboards',
|
||||
// Description (you can use Tinyboard markup here)
|
||||
'description' => 'Add one or more overboards, such as a normal overboard and a SFW overboard.',
|
||||
'version' => 'v0.1',
|
||||
// Unique function name for building and installing whatever's necessary
|
||||
'build_function' => 'overboards_build',
|
||||
);
|
||||
|
||||
// Theme configuration
|
||||
$theme['config'] = array(
|
||||
array(
|
||||
'title' => 'Edit overboards.php manually to add, remove or modify overboards',
|
||||
'name' => 'instruct1',
|
||||
'type' => 'checkbox',
|
||||
'default' => false,
|
||||
'comment' => 'Located at templates/themes/overboards/overboards.php'
|
||||
),
|
||||
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue