// Ausrichtung des Bildes
if ("l" == "l") $float = "flLeft";
if ("l" == "r") $float = "flRight";
// Wenn Bild eingefuegt wurde, Code schreiben
$file = "";
if ("" != "") $file = '';
// Fliesstext
$input =<<< EOT
h1. Übersicht über die Website
EOT;
$textile = new Textile;
$text = "";
if ("h1. Übersicht über die Website" != "") $text = $textile->TextileThis($input);
$text = str_replace("###"," ",$text);
print $file.$text;
?>
'."".'