diff --git a/main/exercice/exercice_submit.php b/main/exercice/exercice_submit.php index 75d99803e7..e49522015b 100644 --- a/main/exercice/exercice_submit.php +++ b/main/exercice/exercice_submit.php @@ -68,7 +68,10 @@ $language_file = 'exercice'; require_once '../inc/global.inc.php'; $this_section = SECTION_COURSES; - +if (api_get_setting('show_glossary_in_extra_tools') == 'true') { + $htmlHeadXtra[] = ''; //jQuery + $htmlHeadXtra[] = ''; //Glossary + } /* ------------ ACCESS RIGHTS ------------ */ // notice for unauthorized people. api_protect_course_script(true); @@ -901,7 +904,7 @@ if (api_is_course_admin() && $origin != 'learnpath') { echo Display :: return_icon('edit.gif', get_lang('ModifyExercise')) . '' . get_lang('ModifyExercise') . ''; echo ''; } - + echo '