Avoid dokeos_chapter iframe in slider - refs BT#9729

1.9.x
Imanol Losada 11 years ago
parent 59c283c027
commit f7813b4a02
  1. 4
      main/newscorm/lp_impress.php

@ -69,8 +69,10 @@ foreach ($list as $toc) {
$html .= '<div id="step-'.$step.'" class="step slide" data-x="'.$x.'" data-y="-1500" >';
$html .= '<h2>'.$toc['title'].'</h2>';
$src = $_SESSION['oLP']->get_link('http', $toc['id']);
if ($toc['type'] !== 'dokeos_chapter') {
//just showing the src in a iframe ...
$html .= '<iframe border="0" frameborder="0" style="width:100%;height:600px" src="'.$src.'"></iframe>';
$html .= '<iframe border="0" frameborder="0" style="width:100%;height:600px" src="' . $src . '"></iframe>';
}
$html .= "</div>";
$step ++;
}

Loading…
Cancel
Save