diff --git a/main/newscorm/lp_view.php b/main/newscorm/lp_view.php index ba1484ec8b..d7031499b1 100644 --- a/main/newscorm/lp_view.php +++ b/main/newscorm/lp_view.php @@ -322,8 +322,8 @@ echo '
'; if ($is_allowed_to_edit) { echo '
'; global $interbreadcrumb; - $interbreadcrumb[] = array('url' => 'lp_controller.php?action=list', 'name' => get_lang('LearningPaths')); - $interbreadcrumb[] = array('url' => api_get_self()."?action=build&lp_id=".$_SESSION['oLP']->id, 'name' => $_SESSION['oLP']->get_name()); + $interbreadcrumb[] = array('url' => 'lp_controller.php?action=list&isStudentView=false', 'name' => get_lang('LearningPaths')); + $interbreadcrumb[] = array('url' => api_get_self()."?action=add_item&type=step&lp_id=".$_SESSION['oLP']->lp_id."&isStudentView=false", 'name' => $_SESSION['oLP']->get_name()); $interbreadcrumb[] = array('url' => '#', 'name' => get_lang('Preview')); echo return_breadcrumb($interbreadcrumb, null, null); echo '
';