* @license GNU/GPL - See Dokeos license directory for details */ /** * Script */ $langFile[] = "scormdocument"; $langFile[] = "scorm"; $langFile[] = "learnpath"; require_once('back_compat.inc.php'); require_once('learnpath.class.php'); require_once('scorm.class.php'); require_once('aicc.class.php'); //error_log('New LP - Loaded lp_nav: '.$_SERVER['REQUEST_URI'],0); if(isset($_SESSION['lpobject'])) { //if($debug>0) //error_log('New LP - in lp_nav.php - SESSION[lpobject] is defined',0); $oLP = unserialize($_SESSION['lpobject']); if(is_object($oLP)){ $_SESSION['oLP'] = $oLP; }else{ //error_log('New LP - in lp_nav.php - SESSION[lpobject] is not object - dying',0); die('Could not instanciate lp object'); } } $htmlHeadXtra[] = ''; if($_SESSION['oLP']->mode == 'fullscreen'){ $htmlHeadXtra[] = ''; }else{ $htmlHeadXtra[] = ''; } include_once('../inc/reduced_header.inc.php'); ?>
get_progress_bar(); ?> get_navigation_bar(); ?>