';
$output .= $formattedtext;
if (is_array($this->keyedfiles) && array_key_exists($post->id, $this->keyedfiles) && is_array($this->keyedfiles[$post->id]) && count($this->keyedfiles[$post->id]) > 0) {
$output .= ' ';
$output .= ' ' . get_string('attachments', 'forum') . ':
';
foreach ($this->keyedfiles[$post->id] as $file) {
$output .= $format->file_output($file) . ' ';
}
$output .= " ";
}
$output .= ' |