diff --git a/main/exercice/admin.php b/main/exercice/admin.php index bb8e1d8a13..0299823664 100644 --- a/main/exercice/admin.php +++ b/main/exercice/admin.php @@ -299,14 +299,6 @@ if (isset($_GET['newQuestion']) || isset($_GET['editQuestion'])) { $interbreadcrumb[] = array("url" => "#", "name" => $objExercise->name); } -// shows a link to go back to the question pool -if (!$exerciseId && $nameTools != get_lang('ExerciseManagement')) { - $interbreadcrumb[] = array( - "url" => "question_pool.php?fromExercise=$fromExercise", - "name" => get_lang('QuestionPool') - ); -} - // if the question is duplicated, disable the link of tool name if (!empty($modifyIn) && $modifyIn == 'thisExercise') { if ($buttonBack) { @@ -360,11 +352,8 @@ $(function() { }); }); - '; - - $htmlHeadXtra[] = ''; $htmlHeadXtra[] = ''; $htmlHeadXtra[] = '';