Your IP : 172.28.240.42


Current Path : /var/www/html/clients/amz.e-nk.ru/en/about/
Upload File :
Current File : /var/www/html/clients/amz.e-nk.ru/en/about/rss.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("News of product (RSS)");
?>&nbsp;<?$APPLICATION->IncludeFile("iblock/rss/rss_show.php", Array(
	"SITE"	=>	"www.bitrixsoft.com",// Site URL
	"PORT"	=>	"80",		// Port
	"PATH"	=>	"/rss.php",		// Path to rss file
	"QUERY_STR"	=>	"",		// Query string (if required)
	"OUT_CHANNEL"	=>	"N",		// News items are outside the Channel tag (usually inside)
	"NUM_NEWS"	=>	"5",		// Number of the news to display (0 means display all)
	"CACHE_TIME"	=>	"0",		// Time to keep the cached result (0 - do not cache)
	)
);?><?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>