// 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. Allgemeine Infos zum Thema Waldkindergarten
EOT;
$textile = new Textile;
$text = "";
if ("h1. Allgemeine Infos zum Thema Waldkindergarten" != "") $text = $textile->TextileThis($input);
$text = str_replace("###"," ",$text);
print $file.$text;
?>
$cat = OOCategory::getCategoryById($this->getValue("category_id"));
$article = $cat->getArticles();
if (is_array($article)) {
foreach ($article as $var) {
$articleId = $var->getId();
$articleName = $var->getName();
$articleDescription = $var->getDescription();
if ($var->getValue(_startpage) != 1) {
echo '';
}
}
}
?>
'."".'
'.$articleDescription.'