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(
|
return Element('themes/categories/news.html', Array(
|
||||||
'settings' => $settings,
|
'settings' => $settings,
|
||||||
'config' => $config,
|
'config' => $config,
|
||||||
'news' => $news
|
'news' => $news,
|
||||||
|
'boardlist' => createBoardlist(false)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user