feedData[] = array( 'title' => [true, [], Lang::typeName($comment['type']).Lang::main('colon').htmlentities($comment['subject'])], 'link' => [false, [], Cfg::get('HOST_URL').'/?go-to-comment&id='.$comment['id']], 'description' => [true, [], htmlentities($comment['preview'])."

".Lang::main('byUser', [$comment['user'], '']) . Util::formatTimeDiff($comment['date'])], 'pubDate' => [false, [], date(DATE_RSS, $comment['date'])], 'guid' => [false, [], Cfg::get('HOST_URL').'/?go-to-comment&id='.$comment['id']] // 'domain' => [false, [], null] ); } $this->result = $this->generateRSS(Lang::main('utilities', 2), 'latest-comments'); } } ?>