<?php
	if(!$declaredConfig) include_once("includes/config.php");
	
	$news = new News;
	
	$index = "http://" . WEBSITE_DOMAIN . PATH_PREFIX . "/news.html";
	$article = "http://" . WEBSITE_DOMAIN . PATH_PREFIX . "/news_article.html?id=";
	
	echo $news->get_rss($index, $article);
?>
