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