added Fluttershy recent theme and theme picker

This commit is contained in:
asiekierka 2013-01-06 13:40:33 +01:00
parent b35f7d9e1e
commit 60fceb9a20
3 changed files with 66 additions and 1 deletions

View file

@ -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';