$text = $res['text'];
$text = mb_substr($res['text'], 0, 100);
$text = htmlentities($text, ENT_QUOTES, 'UTF-8');
$text .= ' <a href="index.php">' . $lng['next'] . '...</a>';
echo '<div class="menu"><small>'.$res['text'].'</small></div>'; $text = $res['text'];
$text = mb_substr($res['text'], 0, 100);
$text = htmlentities($text, ENT_QUOTES, 'UTF-8');
$text .= ' <a href="index.php">' . $lng['next'] . '...</a>';
echo '<div class="menu"><small>'.$res['text'].'</small></div>';