"; $cbullet = explode("\n", chop($row["acontent_text"])); $cbullet["result"] = ''; if(count($cbullet)) { foreach($cbullet as $value) { if($value) $cbullet["result"] .= "
  • ".$value."
  • \n"; } $cbullet["result"] = ""; } $cinfo["result"] = ""; foreach($cinfo as $value) { if($value) $cinfo["result"] .= $value."\n"; } $cinfo["result"] = str_replace("\n", " / ", html_specialchars(chop($cinfo["result"]))); if($cinfo["result"] || $cbullet["result"]) { //Zeige Inhaltinfo echo " "; echo ""; echo $cinfo["result"].$cbullet["result"]." "; } ?>