HTML; $content = '

'.html_encode($error).'

File "' . html_encode($file) . '" not found.

'; $content .= html_encode($message); $content .= '

'; BoostFilter::display_template(Array('head' => $head, 'content' => $content)); } }