* @package dokeos.learnpath ============================================================================== */ /* ============================================================================== INIT SECTION ============================================================================== */ $time=time(); $langFile = "learnpath"; include('../inc/global.inc.php'); $this_section=SECTION_COURSES; header('Content-Type: text/html; charset='. $charset); $source_id = $_REQUEST['source_id']; $action = $_REQUEST['action']; $learnpath_id = $_REQUEST['learnpath_id']; $chapter_id = $_REQUEST['chapter_id']; $originalresource = $_REQUEST['originalresource']; $backurl = $_REQUEST['backurl']; $fs = $_REQUEST['fs']; /* ============================================================================== FUNCTIONS ============================================================================== */ // get backurl from $_SERVER["REQUEST_URI"] function GetbackURL($path) { $url = explode('backurl=',$path); $url = explode('showinframes.php?',$url[1]); return ClearbackURL("showinframes.php?".$url[1]); } // cut "&fs=true" function ClearbackURL($path) { $url = explode('&fs=',$path); return $url[0]; } /* ============================================================================== MAIN CODE ============================================================================== */ ?>
" method="post" target="toc" name='theform'>