Иди в файл topic.php и ищи там
CODE:$cur_topic = array();
после вставляем
CODE:$laststpost = $list[$intopic]['postdate'];
Потом найди
CODE: if (isset($threads[$key]['mo_text'])) $post .= '<BR>'.$threads[$key]['mo_text'];
}
Сразу после этого втыкай
CODE: if ($threadstate == "closed" && $laststpost == $key)
{
$post .= "<BR><BR><img src=\"./im/images/close.gif\" width=\"150\" height=\"150\" alt=\"Тема закрыта\" border=0><BR>";
}
Далее просто нужный ресунок кидай в папку /im/images/ в главной дир. форума. Ну вот вроде как всё |