catalog theme: integrate with the styling framework of tinyboard; allow for js

This commit is contained in:
czaks
2013-12-25 17:46:13 +01:00
parent 8a2df689df
commit c918953d33
5 changed files with 38 additions and 57 deletions

View File

@@ -30,14 +30,6 @@
'default' => implode(' ', $__default_boards)
);
$theme['config'][] = Array(
'title' => 'CSS file',
'name' => 'css',
'type' => 'text',
'default' => 'catalog.css',
'comment' => '(eg. "catalog.css")'
);
$theme['config'][] = Array(
'title' => 'Update on new posts',
'name' => 'update_on_posts',