From 09b7b6a1167122a7a0e2646f23a7ec8da50c2e3e Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 24 Dec 2013 16:35:27 +0100 Subject: [PATCH] categories theme: include boardlist for real --- templates/themes/categories/theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) )); }