Просмотр поста

.
seg0ro
Let Mortal Kombat begin
$text = $res['text'];
if (mb_strlen($text) > 1000) {
  $text = mb_substr($text, 0, 1000);
  $text = functions::checkuot(text, 1, 1);
  if ($set_user['smileys'])
    $text = functions::smileys($text);
  $text = '...
<a href="notebook.php?act=record&amp;id=' . $res['id'] . '">Читать все &gt;&gt;</a>';
} else {
  $text = functions::checkuot(text, 1, 1);
  if ($set_user['smileys'])
    $text = functions::smileys($text);
}
echo $text;