", "", $content); $content = str_replace ("", "", $content); $module = explode ("", $content); if (count($module) > $MAX_ANZAHL){ $stop = $MAX_ANZAHL; } else { $stop = count($module); } $out = ''; for ($i = 1; $i < $stop; $i++){ $link = explode("",$module[$i]); $link[1] = strip_tags($link[1]); $headline = str_replace ("", '- <a href="' . trim($link[1]) . '" target="_blank" class="SAN">', $module[$i]); $headline = str_replace ("", "", $headline); $headline = explode ("", $headline); $headline = $headline[0]; // statt dem
koennen auch weitere bzw. andere Umbrueche vorgenommen werden! $out = $out . $headline .'
'; } $out = $out . "
"; print $out; ?>