'; if ($r[0]['title']) { $o .= '

' . $r[0]['title'] . '

'; } $o .= prepare_text($r[0]['body'], $r[0]['mimetype']); $o .= ''; } return $o; } }