Теги
$text = $res['text'];
$text = htmlentities($text, ENT_QUOTES, 'UTF-8');
$text = str_replace("\r\n", "<br/>", $text);
$text = bbcode::tags($text);
$text = functions::smileys($text);
echo '<div class="menu"><small>'.$res['text'].'</small></div>';