Файл engine/classes/comments.class.php (строки 292-293 на 11.2) PHP: $tpl->set( '{news_title}', "<a href=\"" . $full_link . "#comment\">" . stripslashes( $row['title'] ) . "</a>" ); $tpl->set( '{news-link}', $full_link."#comment" ); заменить на PHP: $tpl->set( '{news_title}', "<a href=\"" . $full_link . "\">" . stripslashes( $row['title'] ) . "</a>" ); $tpl->set( '{news-link}', $full_link );