diff --git a/main/newscorm/lp_impress.php b/main/newscorm/lp_impress.php index 2688951fa2..99eaeb61b3 100755 --- a/main/newscorm/lp_impress.php +++ b/main/newscorm/lp_impress.php @@ -69,8 +69,10 @@ foreach ($list as $toc) { $html .= '
'; $html .= '

'.$toc['title'].'

'; $src = $_SESSION['oLP']->get_link('http', $toc['id']); - //just showing the src in a iframe ... - $html .= ''; + if ($toc['type'] !== 'dokeos_chapter') { + //just showing the src in a iframe ... + $html .= ''; + } $html .= "
"; $step ++; }