[svn r10786] Restoring metadata, fixed breadcrumbs

http://www.dokeos.com/forum/viewtopic.php?t=8085
skala
Bart Mollet 19 years ago
parent 718be098d0
commit c13ee69b2e
  1. 2
      main/metadata/md_scorm.php

@ -69,7 +69,7 @@ function mdo_add_breadcrump_nav()
$docurl = $_SERVER['PHP_SELF']; // should be .../main/xxx/yyy.php
if (ereg('^(.+[^/\.]+)/[^/\.]+/[^/\.]+.[^/\.]+$', $docurl, $regs))
$docurl = $regs[1] . '/scorm/scormdocument.php';
$docurl = $regs[1] . '/newscorm/index.php';
$interbreadcrumb[] = array ('url' => $docurl,
'name' => get_lang('MdCallingTool'));

Loading…
Cancel
Save