Код: Выделить всё
$first_unread = $post_unread = false;
....
if (!$first_unread && $post_unread)
{
$s_first_unread = $first_unread = true;
}
Добавлено спустя 6 минут 11 секунд:
Версия 3.0.12
Код: Выделить всё
$first_unread = $post_unread = false;
....
if (!$first_unread && $post_unread)
{
$s_first_unread = $first_unread = true;
}