diff --git a/assets/vue/components/Breadcrumb.vue b/assets/vue/components/Breadcrumb.vue index b1311d1da1d..e6b2c1f68bd 100644 --- a/assets/vue/components/Breadcrumb.vue +++ b/assets/vue/components/Breadcrumb.vue @@ -25,12 +25,13 @@ diff --git a/public/main/course_description/index.php b/public/main/course_description/index.php index fc60c687293..78b3a5cee08 100644 --- a/public/main/course_description/index.php +++ b/public/main/course_description/index.php @@ -32,7 +32,6 @@ } // interbreadcrumb -$interbreadcrumb[] = ['url' => 'index.php?'.api_get_cidreq(), 'name' => get_lang('Description')]; if (1 == $description_type) { $interbreadcrumb[] = ['url' => '#', 'name' => get_lang('Description')]; } diff --git a/public/main/course_progress/index.php b/public/main/course_progress/index.php index 7dbb278a6c7..b93ee3b875b 100644 --- a/public/main/course_progress/index.php +++ b/public/main/course_progress/index.php @@ -179,11 +179,6 @@ function update_done_thematic_advance(selected_value) { $action = 'thematic_details'; } -$interbreadcrumb[] = [ - 'url' => $currentUrl, - 'name' => get_lang('Thematic control'), -]; - $actionLeft = ''; // instance thematic object for using like library here $thematicManager = new Thematic();