theme update

This commit is contained in:
Savetheinternet
2011-04-17 01:28:25 +10:00
parent 21d97bab29
commit e47279b3f0
3 changed files with 28 additions and 6 deletions

View File

@@ -16,6 +16,13 @@
'type' => 'text'
);
$theme['config'][] = Array(
'title' => 'Excluded boards',
'name' => 'exclude',
'type' => 'text',
'comment' => '(space seperated)'
);
// Unique function name for building everything
$theme['build_function'] = 'recentposts_build';
?>