- cleaning and update for new SCORM tool * * @package chamilo.learnpath */ $this_section = SECTION_COURSES; api_protect_course_script(); /* Constants and variables */ $is_allowed_to_edit = api_is_allowed_to_edit(null, true); /** @var learnpath $learnPath */ $learnPath = Session::read('oLP'); $isStudentView = (int) $_REQUEST['isStudentView']; $learnpath_id = (int) $_REQUEST['lp_id']; $submit = $_POST['submit_button']; /* MAIN CODE */ if (!$is_allowed_to_edit || $isStudentView) { header('location:lp_controller.php?action=view&lp_id='.$learnpath_id.'&'.api_get_cidreq()); exit; } /* The learnpath has been just created, go get the last id. */ $is_new = false; if ($learnpath_id == 0) { $is_new = true; } if (api_is_in_gradebook()) { $interbreadcrumb[] = [ 'url' => Category::getUrl(), 'name' => get_lang('ToolGradebook'), ]; } $interbreadcrumb[] = ['url' => 'lp_controller.php?action=list&'.api_get_cidreq(), 'name' => get_lang('LearningPaths')]; $interbreadcrumb[] = ['url' => '#', "name" => $learnPath->get_name()]; // Theme calls. $lp_theme_css = $learnPath->get_theme(); $show_learn_path = true; Display::display_header('', 'Path'); $suredel = trim(get_lang('AreYouSureToDeleteJS')); ?> build_action_menu(); echo '