From af52f8b4b05fc26eb2fe4f946748cbfa77fd09db Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 21 May 2013 13:05:57 +0200 Subject: [PATCH] Removing unused intebreadcrumb (old question pool reference) --- main/exercice/admin.php | 11 ----------- 1 file changed, 11 deletions(-) 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[] = '';