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

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