headerpage.php 574 B

1234567891011121314151617181920
  1. <?php // $id: $
  2. /**
  3. ==============================================================================
  4. * @package dokeos.scorm
  5. ==============================================================================
  6. */
  7. $langFile = "scormdocument";
  8. include('../inc/global.inc.php');
  9. $this_section=SECTION_COURSES;
  10. $openDir = $_GET['openDir'];
  11. $pos=strrpos($openDir,'//');
  12. $nameTools = substr($openDir,$pos+1,strlen($openDir));
  13. $noPHP_SELF=true;
  14. $interbreadcrumb[]= array ("url"=>"./scormdocument.php", "name"=> get_lang('Doc'));
  15. Display::display_header($nameTools,"Path");
  16. ?>