, Ghent University * @copyright Ghent University * * @package chamilo.forum */ /* INIT SECTION */ /* Language Initialisation */ // Name of the language file that needs to be included $language_file = 'forum'; //$this_section = SECTION_COURSES; require_once '../inc/global.inc.php'; /* ACCESS RIGHTS */ // A notice for unauthorized people. api_protect_course_script(true); require_once api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php'; include_once api_get_path(LIBRARY_PATH).'groupmanager.lib.php'; $nameTools = get_lang('ToolForum'); ?>