forked from leftypol/leftypol
added Fluttershy recent theme and theme picker
This commit is contained in:
parent
b35f7d9e1e
commit
60fceb9a20
3 changed files with 66 additions and 1 deletions
|
@ -55,6 +55,14 @@
|
|||
'default' => 'recent.css',
|
||||
'comment' => '(eg. "recent.css")'
|
||||
);
|
||||
|
||||
$theme['config'][] = Array(
|
||||
'title' => 'CSS stylesheet name',
|
||||
'name' => 'basecss',
|
||||
'type' => 'text',
|
||||
'default' => 'recent.css',
|
||||
'comment' => '(eg. "recent.css" - see templates/themes/recent for details)'
|
||||
);
|
||||
|
||||
// Unique function name for building everything
|
||||
$theme['build_function'] = 'recentposts_build';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue