diff --git a/templates/themes/categories/theme.php b/templates/themes/categories/theme.php index 74ed61ed..1ccfe451 100644 --- a/templates/themes/categories/theme.php +++ b/templates/themes/categories/theme.php @@ -42,7 +42,8 @@ return Element('themes/categories/news.html', Array( 'settings' => $settings, 'config' => $config, - 'news' => $news + 'news' => $news, + 'boardlist' => createBoardlist(false) )); }