catalog theme: integrate with the styling framework of tinyboard; allow for js
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
$boards = explode(' ', $settings['boards']);
|
||||
|
||||
if ($action == 'all') {
|
||||
copy('templates/themes/catalog/catalog.css', $config['dir']['home'] . $settings['css']);
|
||||
|
||||
foreach ($boards as $board) {
|
||||
$b = new Catalog();
|
||||
$b->build($settings, $board);
|
||||
|
Reference in New Issue
Block a user