get_toc(); $html = ''; $step = 1; foreach ($list as $toc) { $x = 1000*$step; //data-scale="'.$step.'" //data-x="850" data-y="3000" data-rotate="90" data-scale="5" $html .= '
'; $html .= '

'.$toc['title'].'

'; $src = $_SESSION['oLP']->get_link('http', $toc['id']); //just showing the src in a iframe ... $html .= ''; $html .= "
\n"; $step ++; } //Setting the template $tpl = new Template($tool_name, false, false, true); $tpl->assign('html', $html); $content = $tpl->fetch('default/learnpath/impress.tpl'); $tpl->assign('content', $content); $tpl->display_one_col_template();