<?$APPLICATION->IncludeComponent("bitrix:news.list", "template", Array(
"DISPLAY_DATE" => "Y",
"DISPLAY_NAME" => "Y",
"DISPLAY_PICTURE" => "Y",
"DISPLAY_PREVIEW_TEXT" => "Y",
"IBLOCK_TYPE" => "news",
"IBLOCK_ID" => "13",
"NEWS_COUNT" => "2",
"SORT_BY1" => "ACTIVE_FROM",
"SORT_ORDER1" => "DESC",
"SORT_BY2" => "SORT",
"SORT_ORDER2" => "ASC",
"ACTIVE_DATE_FORMAT" => "d.m.Y",
"SET_TITLE" => "Y"
)
);?>
|