mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
categories theme: include boardlist for real
This commit is contained in:
parent
4eb08945b7
commit
a294fb6952
@ -42,7 +42,8 @@
|
||||
return Element('themes/categories/news.html', Array(
|
||||
'settings' => $settings,
|
||||
'config' => $config,
|
||||
'news' => $news
|
||||
'news' => $news,
|
||||
'boardlist' => createBoardlist(false)
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user