Please do this from: CuteNews > Options > Implementation Wizards > RSS");
}
header("Content-type: text/xml");
echo"
$rss_title
$rss_news_include_url
$rss_language
CuteNews
";
if(!$_GET[number] or $_GET[number] == ''){ $number = 10;}else{ $number = $_GET[number];}
if(!$_GET[only_active] or $_GET[only_active] == ''){ $only_active = TRUE;}else{ $only_active = $_GET[only_active];}
$template="rss";
include("show_news.php");
echo"";
?>