categories theme: include boardlist for real

This commit is contained in:
czaks
2013-12-24 16:35:27 +01:00
committed by Michael Foster
parent 4eb08945b7
commit a294fb6952

View File

@@ -42,7 +42,8 @@
return Element('themes/categories/news.html', Array(
'settings' => $settings,
'config' => $config,
'news' => $news
'news' => $news,
'boardlist' => createBoardlist(false)
));
}