'; } else { $file = "data/tree/${c1}.txt"; if (file_exists($file)) { $content = ""; foreach (file($file) as $line) { $line = trim($line); list($naam,$msub,$mpg,$url) = split("\t", $line); $naamstatus = str_replace("'", "\\'", $naam); if (($l == 2 && !$mpg) || ($l == 3 && $msub == $c2 && $mpg)) { $link = maak_link($url,$c1,$msub,$mpg); $r = (${l} == 2 ? $msub : $mpg); $content .= << END; } } } if ($content) { echo << END; } } if (${l} > 1) { ?>
$naam