$headerinsert = "";
if (!empty($insert)) {
$headerinsert = implode('',$insert);
}
if ($ubb == "cfrm") {
$headerinsert .= "<meta name=\"description\" content=\"Description of your board.\" />
<meta name=\"robots\" content=\"index, follow\" />";
}
else {
$headerinsert .= "<meta name=\"robots\" content=\"index, follow\" />";
}