|
|
|
@ -322,8 +322,8 @@ echo '<div id="learning_path_main" style="width:100%;height:100%;">'; |
|
|
|
|
if ($is_allowed_to_edit) { |
|
|
|
|
echo '<div id="learning_path_breadcrumb_zone">'; |
|
|
|
|
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 '</div>'; |
|
|
|
|