' => '', '{rssdate}' => date("r", $row['date']), '{rssauthor}' => $row['autor'], );
заменяем на
$news_find = array( '{date}' => langdate($config['timestamp_active'], $row['date']), '{comments-num}' => $row['comm_num'], '{views}' => $row['news_read'], '{category}' => $my_cat, '{link-category}' => $my_cat_link, '{category-icon}' => $cat_info[$row['category']]['icon'], '{news-id}' => $row['id'], '{php-self}' => $PHP_SELF, '
|