From 02eb40b86afe7063f1a55415f939fd31f2aedee9 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 6 Mar 2014 12:52:47 +0100 Subject: [PATCH] Showing forums that have category = 0 see BT#7682 --- main/forum/index.php | 110 ++++++++++++++++++++++++------------------- 1 file changed, 61 insertions(+), 49 deletions(-) diff --git a/main/forum/index.php b/main/forum/index.php index d1d93232ad..1bb4ef90ec 100644 --- a/main/forum/index.php +++ b/main/forum/index.php @@ -27,11 +27,11 @@ use \ChamiloSession as Session; // Name of the language file that needs to be included. -$language_file = 'forum'; +$language_file = array('forum', 'link'); // Including the global initialization file. require_once '../inc/global.inc.php'; -$current_course_tool = TOOL_FORUM; +$current_course_tool = TOOL_FORUM; $htmlHeadXtra[] = '